#1001590 增加针对业务应用日志的采集 #12

Merged
pengln merged 1 commits from pengln/filebeat:master into master 2021-11-09 14:50:14 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 732407677c - Show all commits

View File

@ -8,7 +8,7 @@ set -o nounset
RETVAL=0
PIDFILE="/tmp/supervisord_{{instance_name}}.pid"
LOCKFILE="/tmp/supervisord.lock"
OPTIONS="-c {{ config_file_path }} -w /tmp/supervisord_{{instance_name}}.sock"
OPTIONS="-c {{ config_file_path }}"
WAIT_FOR_SUBPROCESSES="yes"
start() {