![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: log4perl questionby andreychek (Parson) |
on Sep 17, 2003 at 14:05 UTC ( #292119=note: print w/replies, xml ) | Need Help?? |
Howdy, At a glance, the code in your conf file looks good. I think you're being bitten by another issue -- basically, whenever Log4perl sends a message off to your newpingdata Logger, it additionally will give that message to every other logger in the heirarchy, including your rootLogger. The exact problem and solution were discussed in-depth, including examples, in this node on Log4perl. To summarize, you can tell a logger not to send messages up the heirarchy using additivity. You can also tell a given appender not to accept log messages below a certain log level by using threshold. And of course, there are filters and other goodies, but I don't think you need to go that far for your current problem. So, check out the above node, and also look up those terms in Log4perl's documentation. Good luck! -Eric-- Lucy: "What happens if you practice the piano for 20 years and then end up not being rich and famous?" Schroeder: "The joy is in the playing."
In Section
Seekers of Perl Wisdom
|
|