Skip to content
Snippets Groups Projects
Commit 6e27ef3b authored by Tobias Kunze's avatar Tobias Kunze
Browse files

Remove verbose log level

parent 29ddef54
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ After=network.target
[Service]
User=pretalx_%i
WorkingDirectory=/home/pretalx_%i/.local/lib/python{{ pretalx_system_python_version }}/site-packages/pretalx
ExecStart=/home/pretalx_%i/.local/bin/gunicorn --bind unix:/run/gunicorn/pretalx_%i --workers 4 --backlog 128 -t 45 --log-level debug pretalx.wsgi
ExecStart=/home/pretalx_%i/.local/bin/gunicorn --bind unix:/run/gunicorn/pretalx_%i --workers 4 --backlog 128 -t 45 pretalx.wsgi
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s TERM $MAINPID
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment