Pertti Ylijukuri <[EMAIL PROTECTED]> writes: > Can derby split log files to several files after previous log file is too > large like derby.log derby.log.1 derby.log.2
You can roll your output stream which does that or something else, cf the Derby properties derby.stream.error.method or derby.stream.error.field. http://db.apache.org/derby/docs/dev/tuning/rtunproper33027.html http://db.apache.org/derby/docs/dev/tuning/rtunproper35028.html Dag
