GitHub user stgztsw created a discussion: How to configure Gunicorn logs to 
output to a defined directory and rotate log files?

superset 6.0.0rc1
docker compose -f docker-compose-non-dev.yml up 

Gunicorn logs are only output to standard output. I want them to be output to a 
specified directory and mounted to the host machine. How should I adjust this?

00:00:00 /app/.venv/bin/python3 /app/.venv/bin/gunicorn --bind 0.0.0.0:8088 
--access-logfile - --error-logfile - --workers 1 --worker-class gthread 
--threads 20 --log-level  --timeout 60 --keep-alive 2 --max-requests 0 
--max-requests-jitter 0 --limit-request-line 0 --limit-request-field_size 0 
superset.app:create_app()

GitHub link: https://github.com/apache/superset/discussions/35202

----
This is an automatically sent email for notifications@superset.apache.org.
To unsubscribe, please send an email to: 
notifications-unsubscr...@superset.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to