fee2441717
* [slave-bullseye]: Remove Python 2 It shouldn't be needed anymore. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> * [dockers]: Add docker-base-bullseye and docker-config-engine-bullseye Also upgrade socat from 1.7.3.1 to 1.7.4.1 Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
10 lines
303 B
Plaintext
10 lines
303 B
Plaintext
module(load="imfile" mode="inotify") # Ensure "inotify" mode is used
|
|
$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")
|