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

zmena nazvu globalni promenne

parent f64686a0
No related branches found
No related tags found
No related merge requests found
...@@ -51,14 +51,14 @@ $CONNECTION_TIMEOUT = 60; ...@@ -51,14 +51,14 @@ $CONNECTION_TIMEOUT = 60;
$LOG_STDERR = 1; $LOG_STDERR = 1;
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# SYSLOG - enable/disable syslog logging # LOG_VERBOSE - enable/disable logging in verbose mode (stack info added)
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
$SYSLOG = 1; $LOG_VERBOSE = 1;
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# SYSLOG_VERBOSE - enable/disable logging in verbose mode (stack info added) # SYSLOG - enable/disable syslog logging
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
$SYSLOG_VERBOSE = 1; $SYSLOG = 1;
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# SYSLOG_FACILITY - syslog facility # SYSLOG_FACILITY - syslog facility
......
...@@ -51,14 +51,14 @@ $CONNECTION_TIMEOUT = 60; ...@@ -51,14 +51,14 @@ $CONNECTION_TIMEOUT = 60;
$LOG_STDERR = 1; $LOG_STDERR = 1;
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# SYSLOG - enable/disable syslog logging # LOG_VERBOSE - enable/disable logging in verbose mode (stack info added)
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
$SYSLOG = 1; $LOG_VERBOSE = 1;
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# SYSLOG_VERBOSE - enable/disable logging in verbose mode (stack info added) # SYSLOG - enable/disable syslog logging
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
$SYSLOG_VERBOSE = 1; $SYSLOG = 1;
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# SYSLOG_FACILITY - syslog facility # SYSLOG_FACILITY - syslog facility
......
...@@ -51,14 +51,14 @@ $CONNECTION_TIMEOUT = _CONNECTIONTIMEOUT_; ...@@ -51,14 +51,14 @@ $CONNECTION_TIMEOUT = _CONNECTIONTIMEOUT_;
$LOG_STDERR = _LOGSTDERR_; $LOG_STDERR = _LOGSTDERR_;
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# SYSLOG - enable/disable syslog logging # LOG_VERBOSE - enable/disable logging in verbose mode (stack info added)
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
$SYSLOG = _SYSLOG_; $LOG_VERBOSE = _LOGVERBOSE_;
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# SYSLOG_VERBOSE - enable/disable logging in verbose mode (stack info added) # SYSLOG - enable/disable syslog logging
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
$SYSLOG_VERBOSE = _SYSLOGVERBOSE_; $SYSLOG = _SYSLOG_;
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# SYSLOG_FACILITY - syslog facility # SYSLOG_FACILITY - syslog facility
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment