From: Stephen D. <sd...@us...> - 2005-08-04 05:29:52
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30326 Modified Files: ChangeLog Log Message: * nsd/nsd.h: * nsd/nsconf.h: * nsd/nsconf.c: * nsd/log.c: Use efficient table lookups to convert from severity strings to severity levels and back again. Localize global log configuration into log.c. * tests/ns_log.test: Add some simple tests for the ns_log and ns_logctl commands. * tests/all.tcl: tcltest does not actually get confused by log messages... Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.184 retrieving revision 1.185 diff -C2 -d -r1.184 -r1.185 *** ChangeLog 4 Aug 2005 04:52:11 -0000 1.184 --- ChangeLog 4 Aug 2005 05:29:40 -0000 1.185 *************** *** 1,4 **** --- 1,15 ---- 2005-08-03 Stephen Deasey <sd...@us...> + * nsd/nsd.h: + * nsd/nsconf.h: + * nsd/nsconf.c: + * nsd/log.c: Use efficient table lookups to convert from severity + strings to severity levels and back again. Localize global log + configuration into log.c. + * tests/ns_log.test: Add some simple tests for the ns_log and + ns_logctl commands. + * tests/all.tcl: tcltest does not actually get confused by log + messages... + * include/ns.h: * nsd/nsd.h: |