On 3/22/06, Ron Savage <[EMAIL PROTECTED]> wrote:
> On Wed, 22 Mar 2006 14:45:58 -0500, Cees Hek wrote:
> > __PACKAGE__->log_config(
> > LOG_DISPATCH_MODULES => [
> > {        module => 'Log::Dispatch::Screen',
>
> I'm curious about this. Is the output intermixed with the app's HTML output?

You chopped out an important parameter there:

{        module => 'Log::Dispatch::Screen',
                  name => 'screen',
                stderr => 1,
             min_level => 'debug',
        append_newline => 1
}

notice the 'stderr' option.  So all output is really sent to your
server log.  This is what the LogDispatch plugin does by default when
you don't configure any appenders yourself.

Cheers,

Cees

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to