Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: different Log4perl configuration files in different web-apps under mod_perl

by trwww (Priest)
on Jun 28, 2011 at 04:33 UTC ( [id://911653]=note: print w/replies, xml ) Need Help??


in reply to different Log4perl configuration files in different web-apps under mod_perl

I would use Log::Log4perl::MDC at the beginning of each request to set a tag that identifies the particular app that request is serving. Then you can filter your log files by app.

See http://search.cpan.org/~mschilli/Log-Log4perl/lib/Log/Log4perl/MDC.pm for an example of how to use it.

EDIT: Of course, this doesn't give you the multiple l4p objects per request you are asking for.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://911653]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-28 16:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found