head 1.3; access; symbols FSL_1_7_0:1.3 FSL_1_6_1:1.3 FSL_1_6_0:1.3 FSL_1_6b2:1.3 FSL_1_6b1:1.3 FSL_1_5_0:1.3 FSL_1_5a3:1.3 FSL_1_5a2:1.3 FSL_1_5a1:1.3 FSL_1_4_0:1.3 FSL_1_4b1:1.3 FSL_1_4a1:1.3 FSL_1_3_0:1.3 FSL_1_3b1:1.3 FSL_1_2_1:1.3 FSL_1_2_0:1.3 FSL_1_1_0:1.3 FSL_1_1b1:1.2 FSL_1_0_8:1.2 FSL_1_0_7:1.2 FSL_1_0_6:1.2 FSL_1_0_5:1.2 FSL_1_0_4:1.2 FSL_1_0_3:1.2 FSL_1_0_2:1.2 FSL_1_0_1:1.1 FSL_1_0_0:1.1 FSL_0_9_0:1.1; locks; strict; comment @# @; 1.3 date 2003.05.22.14.01.55; author thl; state Exp; branches; next 1.2; 1.2 date 2002.08.06.11.34.32; author thl; state Exp; branches; next 1.1; 1.1 date 2002.08.01.11.41.05; author rse; state Exp; branches; next ; desc @@ 1.3 log @whitespaces @ text @ # 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 ) }; @ 1.2 log @test the node name expansion @ text @d16 1 a16 1 debug: d18 1 a18 1 prefix="%b %d %H:%M:%S <%L> $1[%P]@@%N: ", d20 1 a20 1 ) -> d22 2 a23 2 path="./fsl_test.syslog", append=1, @ 1.1 log @add support for FSL_PREFIX and FSL_DEBUG variables. @ text @d18 1 a18 1 prefix="%b %d %H:%M:%S <%L> $1[%P]: ", @