You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
333 B
8 lines
333 B
15 years ago
|
#### Use only the log to console appender
|
||
|
log4j.rootCategory=info, stdout
|
||
|
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
||
|
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
||
|
|
||
|
# Pattern to output the caller's file name and line number.
|
||
|
log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F%L) - %m%n
|