Armin Braun
0a67cb4133
LOGGING: Upgrade to Log4J 2.11.1 ( #32616 )
...
* LOGGING: Upgrade to Log4J 2.11.1
* Upgrade to `2.11.1` to fix memory leaks in slow logger when logging large requests
* This was caused by a bug in Log4J https://issues.apache.org/jira/browse/LOG4J2-2269 and is fixed in `2.11.1` via https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;h=9496c0c
* Fixes #32537
* Fixes #27300
2018-08-06 14:56:21 +02:00
Yannick Welsch
191fadafcc
Fix logger usage checker for Log4j 2
...
With the switch to Log4j 2 throughout our code base, the logger usage checker was temporarily disabled. This commit
adapts the checks to work with Log4j 2 and re-enables the Gradle checks.
Closes #20243
2016-09-21 14:44:14 +02:00
Jason Tedor
4e69ac0272
Add link to open logger usage issue
...
This commit adds comments linking to an open issue regarding updating
the logger usage check for the Log4j 2 API.
2016-08-30 21:13:17 -04:00
Jason Tedor
5a8f2d7fb3
Disable logger usage checks
...
This commit disables the logger usage checks as they will not be
compatible with Log4j 2. This disabling is temporary, they will return.
2016-08-30 13:28:07 -04:00
Yannick Welsch
b17f4b40ba
Check that number of placeholders in log message matches number of parameters
2016-03-11 10:30:59 +01:00