|
From: Collin S. <col...@co...> - 2002-09-11 05:09:27
|
tir, 2002-09-10 kl. 11:16 skrev xavier renaut:
> cool, i'm waiting for your commit.
>
> --
> xavier
I just did a fresh commit of logparser. You may also want to update
Net::Peep::BC.
The change fixed the tailing problem and the "Something is not right
..." warning we were getting earlier.
My favorite perlism from the patch (from the tail() method):
chomp for @food;
I tested logparser with:
logparser --nodaemon --noautodiscovery --server=localhost --port=2001
--debug=0 --config=./conf/peep.conf
--logfile=/home/olsonco/junk/logparser-test.txt --protocol=udp
(I had some debugging output in logparser that indicated which lines it
was catching at debug level 0.)
I then did a
perl -e 'open(F,">>logparser-test.txt"); for ($i=1;$i<1000;$i++) { print
F "$i: pam_unix: authentication failure\n" }; close F'
and all the lines were caught.
It sounded like a rerun of Hitchcock's "The Birds" ;-)
Regards,
-Collin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Collin Starkweather http://www.collinstarkweather.com
Consulting Software Engineer col...@co...
Ph.D. Candidate University of Colorado Department of Economics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|