#1001590 增加针对业务应用日志的采集
This commit is contained in:
parent
8b7c9c4f49
commit
671280c111
|
@ -8,7 +8,7 @@ set -o nounset
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
PIDFILE="/tmp/supervisord_{{instance_name}}.pid"
|
PIDFILE="/tmp/supervisord_{{instance_name}}.pid"
|
||||||
LOCKFILE="/tmp/supervisord.lock"
|
LOCKFILE="/tmp/supervisord.lock"
|
||||||
OPTIONS="-c {{ config_file_path }}"
|
OPTIONS="-c {{ config_file_path }} -w /tmp/supervisord_{{instance_name}}.sock -g filebeat -r eNlB.UlOrJAnA"
|
||||||
WAIT_FOR_SUBPROCESSES="yes"
|
WAIT_FOR_SUBPROCESSES="yes"
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
|
Loading…
Reference in New Issue