[
https://issues.apache.org/jira/browse/LOGCXX-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thorsten Schöning resolved LOGCXX-488.
--------------------------------------
Resolution: Fixed
Fix Version/s: 0.11.0
I've added a test and fixed the problem itself, as StringHelper::trim was
already available. Focussing on the case with spaces at the end for now,
because "trim" doesn't seem to support more.
> Space after log level hides log messages
> ----------------------------------------
>
> Key: LOGCXX-488
> URL: https://issues.apache.org/jira/browse/LOGCXX-488
> Project: Log4cxx
> Issue Type: Bug
> Reporter: Sebastian Geiger
> Assignee: Thorsten Schöning
> Fix For: 0.11.0
>
>
> *Problem:*
> Consider the following line in the log4j.properties file:
> {code}
> log4j.logger.MyClass=TRACE_
> {code}
> Where the underscore represents a trailing space before the line ends. This
> causes TRACE message for `MyClass` to be silently omitted from the log but no
> warning is printed. Removing the trailing space restores output of the TRACE
> message for the respective class.
> *Suggested Fix:*
> Either implicitly trim the line when parsing the property file and ignore the
> space, or print a warning during start.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)