diff --git a/build/COPY_ROOT/etc/supervisor/supervisord/conf.d/logtail.conf b/build/COPY_ROOT/etc/supervisor/supervisord/conf.d/logtail.conf index d09f93b..16e3630 100644 --- a/build/COPY_ROOT/etc/supervisor/supervisord/conf.d/logtail.conf +++ b/build/COPY_ROOT/etc/supervisor/supervisord/conf.d/logtail.conf @@ -1,8 +1,6 @@ ; Tail all the logs to stdout/err for 'docker logs' commmand ; Use this process for capture & events [program:logtail] -user=user -environment=PROC_NAME="%(program_name)s",USER=$USER_NAME,HOME=/home/$USER_NAME command=supervisor-logtail.sh process_name=%(program_name)s numprocs=1