Re: log file is huge

2006-03-16 Thread Norbert Toth-Gati
You should try to break down the big log file into different log files, which will save messages for a specific category - these may be groupped by packages, or the way you think it will make more sense. You may not need a cool book that teaches it, you have to figure it out which log messages

Re: log file is huge

2006-03-15 Thread James Stauffer
Options: Split your logs into multiple files (By level or logger branch) Look through your logs and determine if there is anything that you want to remove by changing the configuration. Use some type of rolling appender. On 3/15/06, Pedro Costa [EMAIL PROTECTED] wrote: When projects starts to

RE: log file is huge

2006-03-15 Thread Bender Heri
Log4j offers you very far reaching possibilities to finetune your log output and log destinations only by config file if you use the logging framework within your code like it is forseen, i.e. fetching the loggers by using the full qualified class name. Then you can configure the log level of