Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Docs Required
Description
Need to provide all required information to properly configure logging on the client side.
JUL:
- SLF4J JDK14 Provider should be added to the classpath - org.slf4j:slf4j-jdk14:2.0.x
- configuration file can be specified via `java.util.logging.config.file` property
additional details can be found here: https://docs.oracle.com/en/java/javase/11/core/java-logging-overview.html#GUID-B83B652C-17EA-48D9-93D2-563AE1FF8EDA
LOG4J2:
- SLF4J Provider should be added to the classpath - org.apache.logging.log4j:log4j-slf4j2-impl:2.x.x (2.20.0 or higher, for example)
- LOG4J2 API and implementation: org.apache.logging.log4j:log4j-api:2.x.x, org.apache.logging.log4j:log4j-core:2.x.x
- LOG4J2 bridge: org.apache.logging.log4j:log4j-jpl:2.x.x
- configuration can be done via the properties file. additional details can be found here https://logging.apache.org/log4j/2.x/manual/configuration.html
Attachments
Issue Links
- relates to
-
IGNITE-20286 Information about REST port disappeared from logs
- Resolved
- links to