Hi.
I have an app where I want to log the following:
stdout: ERROR
stderr: ERROR
file: INFO
Also, I need to be able to change the level for stdout during run-time.
I have a simple test script with the following config:
$conf = {
'log4perl.logger' => "ERROR, Screen, OutErr
On Thu, 22 May 2008, Craig wrote:
> Problem is that I need to *always* send info (and "up") messages to the
> file and error (and "up") to stderr regardless of what the root logger
> level is set to. But, I also need to be able to change the stdout level
> on the fly. I don't want to set the defau