Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Log-Dispatchouli CPAN distribution.

Report information
The Basics
Id: 67218
Status: resolved
Priority: 0/
Queue: Log-Dispatchouli

People
Owner: Nobody in particular
Requestors: jquelin [...] cpan.org
Cc:
AdminCc:

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



Subject: possibility to change log_pid dynamically
log_pid can only be set during object creation. would it be possible to have log_pid as an accessor, evaluated at each log event to know whether to append the pid?
I think doing this will be a pain, because right now it's set in a pretty static callback on the L::Dispatch object. If we make that mutable, we'll either need to say you can only change it on the root -- allowing action at a distance -- or we'll need to make it settable on any level proxy, adding complexity. -- rjbs