Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
[internal] add timestamp to each log message
Browse files Browse the repository at this point in the history
  • Loading branch information
smee committed Aug 27, 2010
1 parent 59b2b06 commit 7fcd4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examServer/src/main/resources/examserverLog4j.properties 100755 → 100644
Expand Up @@ -10,6 +10,7 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

# Pattern to output the caller's file name and line number.
log4j.appender.stdout.layout.ConversionPattern=[examServer] %d %p [%t] %c{1}.%M(%L) | %m%n
log4j.appender.R.layout.ConversionPattern=[examServer] %d %p [%t] %c{1}.%M(%L) | %m%n

log4j.appender.R=org.apache.log4j.RollingFileAppender

Expand Down

0 comments on commit 7fcd4cf

Please sign in to comment.