diff options
Diffstat (limited to 'docker/supervisor.conf')
-rwxr-xr-x | docker/supervisor.conf | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/docker/supervisor.conf b/docker/supervisor.conf index f0f01fd1..7fd4331a 100755 --- a/docker/supervisor.conf +++ b/docker/supervisor.conf @@ -47,17 +47,4 @@ stderr_logfile_maxbytes=50MB stdout_logfile_backups=5 stderr_logfile_backups=5 stdout_capture_maxbytes=50MB -stderr_capture_maxbytes=50MB - -[program:g4f-api] -priority=15 -command=python -m g4f.cli api -directory=/app -stopasgroup=true -autostart=true -autorestart=true - -;Logs (all Hub activity redirected to stdout so it can be seen through "docker logs" -redirect_stderr=true -stdout_logfile=/dev/stdout -stdout_logfile_maxbytes=0
\ No newline at end of file +stderr_capture_maxbytes=50MB
\ No newline at end of file |