logging-log4j2
logging-log4j2 copied to clipboard
Apache Log4j 2 is a versatile, feature-rich, efficient logging API and backend for Java.
This will allow the log4j-docgen-maven-plugin to generate xsd schema attributes for plugin fields with a type of `Class`, `InetAddress`, `URL`, `Charset` or `Pattern`. This addresses #3423.
## Description PR #2941 introduces some basic logging of the most important `Configuration` lifecycle events at an `INFO` level. The messages are meant to convey: - which configuration file is...
## Description I've come across a bug where a call to `org.apache.log4j.LogManager.getLogger()` exhibits apparently unintended side effects on the configuration (particularly log levels) of other loggers that were created previously....
I propose to add @basemax as collaborator, to help with bug triage and project management. Max is a very prolific Open Source contributor and have helped many projects (see [his...
## Description Since `elasticsearch-java` version 9.x has breaking changes, it can not be upgraded automatically.
## Description I'm running a 3rd party application inside Tomcat 9.0.102 that generates a number of logfiles that are supposed to be rotated at midnight. There are 8 appenders like...
## Description In our production, entries in log files are lost under high load. It is possible that this is due to the archiving process. It seems that if the...
## Description Currently there is a difference in the way exceptions are formatted by the [`%ex` pattern converter](https://logging.apache.org/log4j/2.x/manual/pattern-layout.html#converter-exception) and the following [JSON Template Layout snippet](https://logging.apache.org/log4j/2.x/manual/json-template-layout.html#event-template-resolver-exception): ```json { "$resolver": "exception", "field":...
## Description While chatting with @ppkarwasz I ran a scancode scan of https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.24.3/log4j-core-2.24.3-sources.jar using the latest https://github.com/aboutcode-org/scancode.io Here are some notes: - Overall the scan clarity in the latest scancode.io...
Log file timestamp not updated on some file systems. Support periodic sync to flush metadata to FS
Hello we are experiencing issue on Azure file shares where log files metadata (particularly last updated timestamp) is not being updated till log file is closed. We confirmed that it...