tn5250j/src log4j.properties,1.2,1.3
Patrick Bielen <[email protected]> Sat, 26 Jun 2004 09:02:09 +0000
| Newsgroups | gmane.comp.java.tn5250j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tn5250j/tn5250j/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9627/src Modified Files: log4j.properties Log Message: Changed the config, now only logs to console. Added comments to the config-file for other developers to change behaviour. Index: log4j.properties =================================================================== RCS file: /cvsroot/tn5250j/tn5250j/src/log4j.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** log4j.properties 24 Jun 2004 10:33:14 -0000 1.2 --- log4j.properties 26 Jun 2004 09:02:07 -0000 1.3 *************** *** 5,12 **** # to avoid the log to grow forever (the append = false arg) - # Set root logger level to DEBUG and two appenders, console and a file R # DebugLevel can be : DEBUG, INFO, WARN, ERROR or FATAL ! # If you only want output to console, remove the ", R" below this line. ! log4j.rootLogger=DEBUG, stdout, R # A1 is set to be a ConsoleAppender. --- 5,15 ---- # to avoid the log to grow forever (the append = false arg) # DebugLevel can be : DEBUG, INFO, WARN, ERROR or FATAL ! # Set root logger level to DEBUG and the console ! log4j.rootLogger=DEBUG, stdout ! ! # Comment above line and uncomment below to log onto to console and file ! # or uncomment both to disable logging. ! #log4j.rootLogger=DEBUG, stdout, R # A1 is set to be a ConsoleAppender. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com