1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Last-Update: 2022-04-05
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: config defaults for Web Service
--- a/src/go/conf/zabbix_web_service.conf
+++ b/src/go/conf/zabbix_web_service.conf
@@ -18,8 +18,9 @@
#
# Mandatory: yes, if LogType is set to file, otherwise no
# Default:
# LogFile=/tmp/zabbix_web_service.log
+LogFile=/var/log/zabbix/zabbix_web_service.log
### Option: LogFileSize
# Maximum size of log file in MB.
# 0 - disable automatic log rotation.
@@ -27,8 +28,9 @@
# Mandatory: no
# Range: 0-1024
# Default:
# LogFileSize=1
+LogFileSize=0
### Option: DebugLevel
# Specifies debug level:
# 0 - basic information about starting and stopping of Zabbix processes
|