On Wed, 20 Jun 2001, Stas Bekman wrote:

> On Tue, 19 Jun 2001, Doug MacEachern wrote:

> > do you plan to implement a $Level similar to Apache's LogLevel, so we
> > have the default set to error or warning for normal builds, but people
> > can turn it up for more verbose output.  that would be cool.

also what levels do we want to support? Apache specifies these:

---------------
 emerg
        Emergencies - system is unusable.
        "Child cannot open lock file. Exiting"
 alert
        Action must be taken immediately.
        "getpwuid: couldn't determine user name from uid"
 crit
        Critical Conditions.
        "socket: Failed to get a socket, exiting child"
 error
        Error conditions.
        "Premature end of script headers"
 warn
        Warning conditions.
        "child process 1234 did not exit, sending another SIGHUP"
 notice
        Normal but significant condition.
        "httpd: caught SIGBUS, attempting to dump core in ..."
 info
        Informational.
        "Server seems busy, (you may need to increase StartServers, or
Min/MaxSpareServers)..."
 debug
        Debug-level messages
        "Opening config file ..."
---------------

we will be incompatible with 'warn' only, since it's taken by Perl
already.

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to