On améliore les logs

This commit is contained in:
Jean-Marie Favreau 2024-02-17 13:03:14 +01:00
parent f182f7ac0f
commit 3485d31e35
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
set -o errexit
set -o nounset
celery -A "$APP_NAME" beat -l info
celery -A "$APP_NAME" beat -l info --logfile=celery_beat.log

View File

@ -3,4 +3,4 @@
set -o errexit
set -o nounset
python3 /usr/local/lib/python3.11/site-packages/watchdog/watchmedo.py auto-restart -d agenda_culturel -p '*.py' --recursive -- celery -A "$APP_NAME" worker -l info
python3 /usr/local/lib/python3.11/site-packages/watchdog/watchmedo.py auto-restart -d agenda_culturel -p '*.py' --recursive -- celery -A "$APP_NAME" worker -l info --logfile=celery_worker.log