OSSP CVS Repository

ossp - ossp-pkg/fsl/fsl_test.cfg 1.3
Not logged in
[Honeypot]  [Browse]  [Directory]  [Home]  [Login
[Reports]  [Search]  [Ticket]  [Timeline
  [Raw

ossp-pkg/fsl/fsl_test.cfg 1.3

#   map syslog(3) API priorities to OSSP l2 levels
#   Notes: - syslog(3) has no corresponding priority for OSSP l2 "trace"
#          - OSSP l2 has no corresponding level for syslog(3) emerg
map emerg   panic;
map alert   panic;
map crit    critical;
map err     error;
map warning warning;
map notice  notice;
map info    info;
map debug   debug;

#   default logging specification
default (.+)/.+ q{
    debug:
    prefix(
        prefix="%b %d %H:%M:%S <%L> $1[%P]@%N: ",
        timezone=local
    ) ->
    file(
        path="./fsl_test.syslog",
        append=1,
        perm=0644
    )
};


CVSTrac 2.0.1