[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xmlblaster] rolling xmlBlaster logfiles
Meinrad Teufel wrote:
Hi,
I read int the mailing list, that the feature for rolling xmlBlaster
logfiles exists. How can I configure this.
Regards Meinrad
Hi Meinrad,
xmlBlaster uses a very basic native logging framework from 'jutils'.
After 5000 lines in a file it renames it and begins a new one:
test.log
test.log.backup1
test.log.backup2
test.log.backup3
...
test.log.backup10
test.log.backup11
...
There is currently no feature to change this and the backup files will
never be deleted automatically.
However i have added a rolling backup file feature to the current svn,
see this description:
http://www.xmlblaster.org/xmlBlaster/doc/requirements/util.log.plugin.html#jutils
Another approach is to redirect all logging output to the log4j or to
the java.util.logging framework.
regards
Marcel