Rev 3206 |
Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 3024 |
mandeep.dh |
1 |
# Global logging configuration
|
|
|
2 |
log4j.rootLogger=INFO, stdout
|
|
|
3 |
|
|
|
4 |
# My logging configuration...
|
|
|
5 |
log4j.logger.in.shop2020.payment=DEBUG
|
|
|
6 |
|
|
|
7 |
## Console output...
|
|
|
8 |
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
|
|
9 |
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
|
|
10 |
log4j.appender.stdout.layout.ConversionPattern=%5p %d %C: %m%n
|