From 6da7ab839cb08ad2ec1d9aa9b0e6450b4db8d941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= <herve.menager@pasteur.fr> Date: Sat, 25 Apr 2020 17:56:45 +0200 Subject: [PATCH] change logging configuration for celeryd --- ansible/celeryd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible/celeryd b/ansible/celeryd index a610beb5..5737f428 100644 --- a/ansible/celeryd +++ b/ansible/celeryd @@ -5,11 +5,10 @@ CELERYD_CHDIR="/home/ippidb/ippidb-web-{{ http_port }}/ippisite" CELERYD_OPTS="--time-limit=172800 --concurrency=1 --max-tasks-per-child=1" CELERYD_LOG_FILE="/var/ippidb-{{ http_port }}-celery/celery%n%I.log" CELERYD_PID_FILE="/var/ippidb-{{ http_port }}-celery/celery%n.pid" -CELERYD_LOG_LEVEL="DEBUG" +CELERYD_LOG_LEVEL="INFO" CELERYD_USER="celery-{{ http_port }}" CELERYD_GROUP="ippidb" CELERYD_QUEUE="celery-{{ http_port }}" CELERY_CREATE_DIRS=1 -SYSTEMD_LOG_LEVEL=debug DJANGO_SETTINGS_MODULE=ippisite.{{ ansible_hostname }}_settings BABEL_LIBDIR=/usr/lib64/openbabel/ \ No newline at end of file -- GitLab