Re: [log4perl-devel] eradicate / NFS

2010-08-25 Thread Mike Schilli
On Mon, 16 Aug 2010, [email protected] wrote: > we start logging prior to the temporary appender creation. So if we > set create_at_logtime and put all the temp app config in the main log > config, l4p tries to create the temp logfile before the creation of > the temp dir meant to contain t

Re: [log4perl-devel] eradicate / NFS

2010-08-17 Thread foudil . newie
Le 31/07/2010 02:25, Mike Schilli a écrit : > On Wed, 28 Jul 2010, [email protected] wrote: > >> then the temporary log file seems to get >> created in the beginning... leading to an error because of the missing >> temporary directory... > > The file appender lets you delay creation of the

Re: [log4perl-devel] eradicate / NFS

2010-07-30 Thread Mike Schilli
On Wed, 28 Jul 2010, [email protected] wrote: > then the temporary log file seems to get > created in the beginning... leading to an error because of the missing > temporary directory... The file appender lets you delay creation of the file until you write to it, check the create_at_logtim

Re: [log4perl-devel] eradicate / NFS

2010-07-28 Thread foudil . newie
Le 10/07/2010 08:02, Mike Schilli a écrit : > On Tue, 6 Jul 2010, Foudil wrote: > >> In order to log to a tmp directory (that we want to remove later), we >> create an appender in a script that we add to our project's loggers: >> Log::Log4perl->init_and_watch($path_conf."/log.conf", 'HUP'); > > H

Re: [log4perl-devel] eradicate / NFS

2010-07-09 Thread Mike Schilli
On Tue, 6 Jul 2010, Foudil wrote: > In order to log to a tmp directory (that we want to remove later), we > create an appender in a script that we add to our project's loggers: > Log::Log4perl->init_and_watch($path_conf."/log.conf", 'HUP'); Hi Foudil, sorry for the long wait. I've noticed that y

[log4perl-devel] eradicate / NFS

2010-07-06 Thread Foudil
Hi all, In order to log to a tmp directory (that we want to remove later), we create an appender in a script that we add to our project's loggers: Log::Log4perl->init_and_watch($path_conf."/log.conf", 'HUP'); # HUP needed for logrotate my $logger = get_logger($FindBin::Script); my $logger_all =