From: Stephen D. <sd...@us...> - 2005-10-17 11:44:14
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14198 Modified Files: ChangeLog Log Message: * nsd/log.c: * tests/ns_log.test: Add new sub-command: ns_logctl severity. With this you can query and set the status of any of the log levels at runtime. For example, you could log into the control port -- ns_logctl severity debug on -- to track down a problem. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.217 retrieving revision 1.218 diff -C2 -d -r1.217 -r1.218 *** ChangeLog 17 Oct 2005 11:30:31 -0000 1.217 --- ChangeLog 17 Oct 2005 11:43:58 -0000 1.218 *************** *** 8,11 **** --- 8,17 ---- 2005-10-17 Stephen Deasey <sd...@us...> + * nsd/log.c: + * tests/ns_log.test: Add new sub-command: ns_logctl severity. + With this you can query and set the status of any of the log + levels at runtime. For example, you could log into the control + port -- ns_logctl severity debug on -- to track down a problem. + * nslog/nslog.c: * nscp/nscp.c: |