6e48839cae
Enable the notify mode of rsyslogd imfile module used for supervisord logs in docker container
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
module(load="imfile") #By default notify mode
|
|
$WorkDirectory /var/log/supervisor
|
|
# Start Monitoring the file
|
|
input(type="imfile"
|
|
File="/var/log/supervisor/supervisord.log"
|
|
Tag="supervisord"
|
|
Severity="info"
|
|
Facility="local0"
|
|
PersistStateInterval="1")
|