Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 6048
Status: resolved
Priority: 0/
Queue: POE

People
Owner: SUNGO [...] cpan.org
Requestors: Ondrej.Uhlarik [...] t-systems.cz
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: FollowTail
Date: Wed, 24 Mar 2004 21:04:55 +0100
From: Uhlarik Ondøej <Ondrej.Uhlarik [...] t-systems.cz>
To: <rcaputo [...] pobox.com>
Hi Rocco, when POE::Wheel::FollowTail is started to follow log file which does not exists, it messages error and kernel refuse to start. I want to follow application log, but application will start later (and the application log will be created later). In FollowTail.pm you wrote about this as TODO. What's reality ? I arranged example from Cookbook, so separated config file contains the names of files to log, and program is versatile. User does not have to change the program, only defines his "wish to log files" in config file. But the condition that file must exists bother me. Best regards Ondrej Uhlarik
Thanks for the suggestion. When POE 0.31 is released, POE::Wheel::FollowTail will allow you to specify a Filename for a file that doesn't exist. It should patiently wait for the file to appear.