diff --git a/src/warden-client/etc/warden-client.conf b/src/warden-client/etc/warden-client.conf
index 0d8e2b666f731778dfd6407d968e9e7e1bd97319..c274a42e53d727437295d54205662b8af01b3c58 100644
--- a/src/warden-client/etc/warden-client.conf
+++ b/src/warden-client/etc/warden-client.conf
@@ -60,7 +60,7 @@ $SYSLOG = 1;
 # SYSLOG_VERBOSE - enable/disable logging in verbose mode to syslog (stack info
 #                  added) if syslog logging is enabled only
 #-------------------------------------------------------------------------------
-$SYSLOG_VERBOSE = 1;
+$SYSLOG_VERBOSE = 0;
 
 #-------------------------------------------------------------------------------
 # SYSLOG_FACILITY - syslog facility
diff --git a/src/warden-client/etc/warden-client.conf.tmpl.update b/src/warden-client/etc/warden-client.conf.tmpl.update
index 814482f5d0c8aff5308b47419b86e124cdd6eb02..2d8d80793970262bb0171b032313604d50476aff 100644
--- a/src/warden-client/etc/warden-client.conf.tmpl.update
+++ b/src/warden-client/etc/warden-client.conf.tmpl.update
@@ -49,7 +49,7 @@ $LOG_STDERR = _LOGSTDERR_;
 # LOG_STDERR_VERBOSE - enable/disable logging in verbose mode to stderr (stack
 #                      info added) if reporting to stderr is enabled only
 #-------------------------------------------------------------------------------
-$LOG_STDERR_VERBOSE = _LOGSTDERRVERBOSW_;
+$LOG_STDERR_VERBOSE = _LOGSTDERRVERBOSE_;
 
 #-------------------------------------------------------------------------------
 # SYSLOG - enable/disable syslog logging