File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040dependencies {
4141 implementation(" io.getunleash:unleash-client-java:11.2.0-SNAPSHOT" )
4242 implementation(" org.slf4j:slf4j-api:2.0.17" )
43- implementation(" ch.qos.logback:logback-classic:1.5.20" )
43+ runtimeOnly(" org.apache.logging.log4j:log4j-core:2.25.2" )
44+ runtimeOnly(" org.apache.logging.log4j:log4j-api:2.25.2" )
45+ runtimeOnly(" org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2" )
46+ runtimeOnly(" org.apache.logging.log4j:log4j-layout-template-json:2.25.2" )
47+ runtimeOnly(" com.fasterxml.jackson.core:jackson-databind:2.20.1" )
4448}
Original file line number Diff line number Diff line change 1+ <Configuration xmlns =" https://logging.apache.org/xml/ns"
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation ="
4+ https://logging.apache.org/xml/ns
5+ https://logging.apache.org/xml/ns/log4j-config-2.xsd" >
6+
7+ <Appenders >
8+ <Console name =" CONSOLE" >
9+ <JsonTemplateLayout />
10+ </Console >
11+ </Appenders >
12+
13+ <Loggers >
14+ <Root level =" INFO" >
15+ <AppenderRef ref =" CONSOLE" />
16+ </Root >
17+ </Loggers >
18+
19+ </Configuration >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments