aspose file tools
The moose likes Other Open Source Projects and the fly likes log4j config Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "log4j config" Watch "log4j config" New topic
Author

log4j config

gaucho sands
Greenhorn

Joined: Aug 03, 2004
Posts: 6
hi,
I am trying to use the DailyRollingFileAppender and hv a few doubts/ questions:

I read in the manual that the DailyRollingFileAppender generates a daily log and attaches that day�s date to the log.I also read that the max file size is 10 Mb and that it is also possible to create backups such as test.log.1 and so on..

1.What happens if the log exceeds the 10 Mb within a single day ??
2. Say, the total log size is 30 Mb for any given day, are the logs generated and named as
test.log.1
test.log.2
test.log.3

and at the end of the day are all clubbed together to form test.log.03-08-2004 ??

Can this be possible ? and can anyone provide a small example ?

thnx in adv,
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: log4j config
 
Similar Threads
Multiple log files using Log4j
Appending Date in the name of created LOG4J file
log files to be delete using jboss service
log4j Question
Append date in RollingFileAppender