Skip to content

Commit 7eb3641

Browse files
committed
1 parent dfe9bbf commit 7eb3641

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

profiler-logging/src/main/java/com/navercorp/pinpoint/profiler/logging/Log4j2LoggingSystem.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ public class Log4j2LoggingSystem implements LoggingSystem {
2323
public static final String FACTORY_PROPERTY_NAME = "log4j2.loggerContextFactory";
2424
public static final String NOLOOKUPS = "log4j2.formatMsgNoLookups";
2525

26-
private static final String[] LOOKUP = {"log4j2-test.xml", "log4j2-agent.xml", "log4j2.properties"};
26+
private static final String[] LOOKUP = {
27+
"log4j2-test.properties", "log4j2-test.xml",
28+
"log4j2-agent.properties", "log4j2-agent.xml",
29+
};
2730

2831
private LoggerContext loggerContext;
2932
private final Path profilePath;

0 commit comments

Comments
 (0)