Skip to content

Commit

Permalink
Add log4j-slf4j2-impl to get logs from Jetty; bump log4j version (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersju authored Aug 2, 2024
1 parent cf9ce06 commit 8a9e6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ groovyVersion=3.0.20
servletApiVersion = 4.0.3
jettyVersion = 12.0.6
prometheusVersion = 0.15.0
log4jVersion = 2.17.0
log4jVersion = 2.23.1
resilience4jVersion = 1.7.1
httpComponentsCoreVersion = 4.4.14
httpComponentsClientVersion = 4.5.13
Expand Down
1 change: 1 addition & 0 deletions server-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies {
// Logging
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: "${log4jVersion}"
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: "${log4jVersion}"
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: "${log4jVersion}"

// metrics
implementation "io.prometheus:simpleclient:${prometheusVersion}"
Expand Down

0 comments on commit 8a9e6ec

Please sign in to comment.