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
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
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
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
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
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 =