Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2016-01-08 12:08:42 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2016-01-08 12:08:42 +0300
commit175dc400b349a95a01b5368da2b66474c8862c28 (patch)
tree60c35a5b9ee27d46c80137605c47b079e056cdd4 /include/log.h
parent3f9c05f8c30c2f6b507aa9fd145490898197a078 (diff)
...G...PS. [ZBXNEXT-611] replaced LogType syslog with system, updated conf files
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/log.h b/include/log.h
index 69d3ed342fa..cfecc8cd4aa 100644
--- a/include/log.h
+++ b/include/log.h
@@ -30,11 +30,11 @@
#define LOG_LEVEL_INFORMATION 127 /* printing in any case no matter what level set */
#define LOG_TYPE_UNDEFINED 0
-#define LOG_TYPE_SYSLOG 1
+#define LOG_TYPE_SYSTEM 1
#define LOG_TYPE_FILE 2
#define LOG_TYPE_CONSOLE 3
-#define ZBX_OPTION_LOGTYPE_SYSLOG "syslog"
+#define ZBX_OPTION_LOGTYPE_SYSTEM "system"
#define ZBX_OPTION_LOGTYPE_FILE "file"
#define ZBX_OPTION_LOGTYPE_CONSOLE "console"