Skip to content

Commit 479ceb7

Browse files
author
cimmino
committed
logging file configuration
1 parent e050a50 commit 479ceb7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

log4j.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
log4j.rootLogger=INFO, stdout
2+
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
3+
log4j.appender.stdout.Target=System.out
4+
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
5+
log4j.appender.stdout.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{2}: %m%n

0 commit comments

Comments
 (0)