We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c8a29 commit c33cc87Copy full SHA for c33cc87
statistic-client/build.gradle
@@ -62,7 +62,7 @@ application {
62
63
jib.from.image ='gcr.io/distroless/java21:nonroot' // newer versions are generating a StackOverflow bug
64
jib.to.image = 'quay.io/sdase/defectdojo-statistic-client'
65
-
+jib.container.jvmFlags = ['-Dorg.slf4j.simpleLogger.defaultLogLevel=DEBUG']
66
67
tasks.withType(JavaExec) {
68
systemProperty 'org.slf4j.simpleLogger.defaultLogLevel', 'DEBUG'
0 commit comments