2021-01-06 02:00:18 -06:00
|
|
|
module(load="imfile" mode="inotify") # Ensure "inotify" mode is used
|
2020-12-31 19:01:57 -06:00
|
|
|
$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")
|