Re: [log4perl-devel] appender/dispatcher that writes to per-category files

2007-11-05 Thread Mike Schilli
On Mon, 5 Nov 2007, Jonathan Swartz wrote: > Right, I expected that new categories would keep cropping up. Why > would it be a problem for an appender to open new filehandles on the > fly? Other than worrying about maximum # of filehandles? Categories are added at init() time, not at log() time.

Re: [log4perl-devel] log4perl causing perl process to die (fwd)

2007-11-05 Thread Mike Schilli
On Mon, 5 Nov 2007, Strahan, Bob wrote: > Looks like the syncer appender has a set of additional module > dependencies we don't have setup yet in our environment.. I'll try it > out when I get a change to get things set up. Actually, I was referring to the 'syswrite' option, which is often the ea

Re: [log4perl-devel] appender/dispatcher that writes to per-category files

2007-11-05 Thread Jonathan Swartz
> On Sat, 3 Nov 2007, Mike Schilli wrote: > >> I'd like to write simultaneously to a central log file, and to >> a separate log file for each category. e.g. A log to category Foo.Bar >> would go to app.log and Foo.Bar.log. I want to do this automatically >> rather than having to configure each cate

Re: [log4perl-devel] log4perl causing perl process to die (fwd)

2007-11-05 Thread Strahan, Bob
Thanks Mike.. Looks like the syncer appender has a set of additional module dependencies we don't have setup yet in our environment.. I'll try it out when I get a change to get things set up. -Original Message- From: Mike Schilli [mailto:[EMAIL PROTECTED] Sent: Sunday, November 04,

[log4perl-devel] Using Chainsaw with log4perl

2007-11-05 Thread Strahan, Bob
Mike - I have more questions for you.. sorry - you've opened the floodgates by being helpful first time :) I'd like to set up my multi-process perl app to support chainsaw as a log viewer.. I followed the instructions in the FAQ, and it worked.. but only if chainsaw was up and running. But if