Skip to content

Commit

Permalink
Feature #48: add configuration example to print date in UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Jan 28, 2024
1 parent a2a5fa1 commit 8a040e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ log4j.rootCategory=DEBUG,console,result,test

log4j.appender.result=File
log4j.appender.result.File=result.log
log4j.appender.result.utc=true

log4j.appender.test=syslog
log4j.appender.test.level=ERROR

log4j.appender.console=Console
log4j.appender.console.level=WARN
log4j.appender.console.layout=level-message
log4j.appender.console.utc=false

# Logger configuration
log4j.logger.log=DEBUG
Expand Down

0 comments on commit 8a040e1

Please sign in to comment.