| Revision 488,
470 bytes
checked in by philsmart, 2 years ago
(diff) |
|
|
-
Property svn:mime-type set to
text/plain
|
| Line | |
|---|
| 1 | # Global logging configuration |
|---|
| 2 | #log4j.rootLogger=WARN, stdout |
|---|
| 3 | |
|---|
| 4 | # Console output... |
|---|
| 5 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender |
|---|
| 6 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout |
|---|
| 7 | log4j.appender.stdout.layout.ConversionPattern=%5p %d (%C:%L) ---> %m%n |
|---|
| 8 | #appender de clases |
|---|
| 9 | #log4j.logger.org.springframework = DEBUG, stdout |
|---|
| 10 | log4j.logger.uk.ac = DEBUG, stdout |
|---|
| 11 | #log4j.logger.org.quartz=DEBUG,stdout |
|---|
| 12 | #log4j.logger.org.springframework.security=DEBUG, stdout |
|---|
Note: See
TracBrowser
for help on using the repository browser.