We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddef5e9 commit d6d14e4Copy full SHA for d6d14e4
1 file changed
internal-logging/build.gradle.kts
@@ -20,6 +20,10 @@ tasks {
20
// required for META-INF/services files relocation
21
mergeServiceFiles()
22
23
+ // Excluding property source SPI prevents log4j system properties and env variables that might
24
+ // be set at the application level to change the behavior of this internal log4j instance.
25
+ exclude("**/*.log4j.util.PropertySource")
26
+
27
transform(Log4j2PluginsCacheFileTransformer::class.java)
28
29
// relocate slf4j and log4j for internal logging to prevent any conflict
0 commit comments