From: Stephen D. <sd...@us...> - 2005-10-16 08:52:56
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23373 Modified Files: ChangeLog Log Message: * nsd/config.c: Log the section, key, value and any default, min or max whenever a configuration value is looked up. Log at level Debug which by default is off. Can now quickly determine which config keys are valid/used. * nsd/nsmain.c: * nsd/nsconf.c: * nsd/log.c: Initialise log system earlier -- dissable Dev and Debug log levels during early boot up. * nsd/driver.c: * nsd/nsd.h: Some logging cleanup. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.214 retrieving revision 1.215 diff -C2 -d -r1.214 -r1.215 *** ChangeLog 16 Oct 2005 08:38:29 -0000 1.214 --- ChangeLog 16 Oct 2005 08:52:48 -0000 1.215 *************** *** 1,4 **** --- 1,15 ---- 2005-10-15 Stephen Deasey <sd...@us...> + * nsd/config.c: Log the section, key, value and any default, min + or max whenever a configuration value is looked up. Log at level + Debug which by default is off. Can now quickly determine which config + keys are valid/used. + * nsd/nsmain.c: + * nsd/nsconf.c: + * nsd/log.c: Initialise log system earlier -- dissable Dev and + Debug log levels during early boot up. + * nsd/driver.c: + * nsd/nsd.h: Some logging cleanup. + * Makefile: * acinclude.m4: |