Skip to content

Commit

Permalink
Suppress log4j plugins warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Sep 11, 2024
1 parent c82a10c commit d4a3214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions data-dashboard-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
runtimeOnly("org.postgresql:postgresql:${Versions.postgresql}")
}
implementation("org.radarbase:radar-commons-kotlin:${Versions.radarCommons}")
annotationProcessor("org.apache.logging.log4j:log4j-core:2.20.0")

implementation("com.mindscapehq:core:3.0.0")
implementation("com.mindscapehq:webprovider:3.0.0")
Expand Down
5 changes: 1 addition & 4 deletions data-dashboard-backend/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
~ */
-->

<configuration
status="warn"
packages="org.apache.logging.log4j.core,io.sentry.log4j2"
>
<configuration status="warn">
<appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout
Expand Down

0 comments on commit d4a3214

Please sign in to comment.