GitHub user thuri opened a pull request:

    https://github.com/apache/logging-log4j2/pull/75

    trim levels read from properties file to remove trailing spaces

    trim levels after reading them from properties and before initializing any 
loggers.
    
    If the level in a properties file contains a trailing space log4j2 won't 
initialize the logger correctly. In Effect the logger for whicht the level is 
defined will keep the inherited loglevel.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/thuri/logging-log4j2 master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/logging-log4j2/pull/75.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #75
    
----
commit 87728b53068320b40ec5941d897502bae61bd4d3
Author: Michael Lück <[email protected]>
Date:   2017-04-24T14:54:18Z

    trim levels after reading them from properties and before initializing
    any loggers

commit 65ad9a6aacc3b2b578b7a6ffef44e0e1e2b359a5
Author: Michael Lück <[email protected]>
Date:   2017-04-25T08:49:22Z

    fixed incorrect import and added test for the change

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to