[ https://issues.apache.org/jira/browse/IGNITE-20540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vyacheslav Koptilin updated IGNITE-20540: ----------------------------------------- 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] was: Need to provide all required information to properly configure logging on the client side. {noformat} *no* further _formatting_ is done here{noformat} > Document configuring logging in AI3 > ----------------------------------- > > Key: IGNITE-20540 > URL: https://issues.apache.org/jira/browse/IGNITE-20540 > Project: Ignite > Issue Type: Task > Components: documentation > Reporter: Vyacheslav Koptilin > Priority: Major > Labels: ignite-3 > > 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] -- This message was sent by Atlassian Jira (v8.20.10#820010)