[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cgiapp] sticky parameters: Is CGI really to blame?


On 3/22/06, Ron Savage <suppressed> 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/suppressed/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.