-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[log4j] migrate to log4j2 #258
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing to fix for Travis, other than that LGTM, feel free to merge once addressed
.travis.yml
Outdated
|
||
- jdk: openjdk7 | ||
env: | ||
- DESC="OpenJDK7 testing" | ||
- CMD="mvn test -B -Dhttps.protocols=TLSv1.2 -Dcheckstyle.skip=true -Dlog4j.configuration=log4j.travis.properties" | ||
- CMD="mvn test -B -Dhttps.protocols=TLSv1.2 -Dcheckstyle.skip=true -Dlog4j.configuration=log4j2.travis.properties" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like this is not picked up correctly, the property seems to be called log4j.configurationFile
now, see https://logging.apache.org/log4j/2.x/manual/configuration.html
* [log4j] migrate to log4j2 * [travis] fix log4j config file directive * [log4j2] support STDERR and STDOUT as ways to refer to log location too
* [log4j] migrate to log4j2 * [travis] fix log4j config file directive * [log4j2] support STDERR and STDOUT as ways to refer to log location too
* Merge pull request #223 from tylerbenson/tyler/slf4j-logging Log via slf4j instead of directly to log4j * [log4j] migrate to log4j2 (#258) * [log4j] migrate to log4j2 * [travis] fix log4j config file directive * [log4j2] support STDERR and STDOUT as ways to refer to log location too Co-authored-by: Tyler Benson <[email protected]>
Let's migrate to log4j2, it's probably about time.
currently testing and fixing some minor stuff