Skip to content
Snippets Groups Projects
Commit db8efb83 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

typo

parent 72b9d955
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment