From: Mike S. <m...@pe...> - 2009-03-23 17:26:30
|
On Mon, 23 Mar 2009, Ronald Fischer wrote: > I'm creating loggers with easy_init (deliberately using no > initialization file), and found that they are always created in > 'clobber' mode. If you want "append", use ">>file": "The "file" parameter takes file names preceded by ">" (overwrite) and ">>" (append) as arguments. This will cause "Log::Log4perl::Appender::File" appenders to be created behind the scenes." (perldoc Log::Log4perl) -- Mike Mike Schilli m...@pe... |