summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-15 11:06:18 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-15 11:06:18 +0200
commit1577b76e37eff9aa1dc542390223ac42539fbbbf (patch)
tree0224779349783c3404911a6992f6b5d583765ac0
parentde3b0a786124ba2870a01b431811e5302ae3ce10 (diff)
downloadrsyslog-1577b76e37eff9aa1dc542390223ac42539fbbbf.tar.gz
rsyslog-1577b76e37eff9aa1dc542390223ac42539fbbbf.tar.bz2
rsyslog-1577b76e37eff9aa1dc542390223ac42539fbbbf.zip
Change debug output defaults to match current needs
-rw-r--r--runtime/rsconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index ad588832..cf29c720 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -114,8 +114,8 @@ void cnfDoCfsysline(char *ln);
*/
BEGINobjConstruct(rsconf) /* be sure to specify the object type also in END macro! */
pThis->globals.bDebugPrintTemplateList = 1;
- pThis->globals.bDebugPrintModuleList = 1;
- pThis->globals.bDebugPrintCfSysLineHandlerList = 1;
+ pThis->globals.bDebugPrintModuleList = 0;
+ pThis->globals.bDebugPrintCfSysLineHandlerList = 0;
pThis->globals.bLogStatusMsgs = DFLT_bLogStatusMsgs;
pThis->globals.bErrMsgToStderr = 1;
pThis->globals.umask = -1;