We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33da8f6 commit fb5654cCopy full SHA for fb5654c
2 files changed
fe/be-java-extensions/java-common/src/main/java/org/apache/doris/common/classloader/ScannerLoader.java
@@ -63,7 +63,7 @@ public class ScannerLoader {
63
}
64
65
// Point log4j2 to our configuration file in classpath
66
- System.setProperty("log4j2.configurationFile", "log4j2.xml");
+ System.setProperty("log4j2.configurationFile", "log4j2.properties");
67
68
// Disable log4j2's shutdown hook to prevent premature shutdown in JNI environment
69
System.setProperty("log4j.shutdownHookEnabled", "false");
fe/be-java-extensions/java-common/src/main/resources/log4j2.xml
0 commit comments