Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[log4j] migrate to log4j2 #258
Conversation
|
Seems reasonable. |
|
One thing to fix for Travis, other than that LGTM, feel free to merge once addressed |
|
|
||
| - 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" |
olivielpeau
Jan 10, 2020
Member
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
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 <tyler.benson@datadoghq.com>
Let's migrate to log4j2, it's probably about time.
currently testing and fixing some minor stuff