Skip to content

Commit

Permalink
revert conf/log4j2.properties change
Browse files Browse the repository at this point in the history
  • Loading branch information
ndimiduk committed Apr 17, 2023
1 parent eaa43a4 commit 8f78880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ appender.console.type = Console
appender.console.target = SYSTEM_ERR
appender.console.name = console
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d{ISO8601} %-5p [%t (%X)] %c{2}: %.1000m%n
appender.console.layout.pattern = %d{ISO8601} %-5p [%t] %c{2}: %.1000m%n

# Daily Rolling File Appender
appender.DRFA.type = RollingFile
Expand Down

0 comments on commit 8f78880

Please sign in to comment.