Skip to content
Snippets Groups Projects
Commit de80f9da authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Update eccs.ini.template by adding lines to separate "access" logs from "error" logs for UWSGI.

parent c08ed489
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ virtualenv = eccs-venv ...@@ -23,6 +23,8 @@ virtualenv = eccs-venv
wsgi-file = eccs-wsgi.py wsgi-file = eccs-wsgi.py
logto = logs/%(project)-uwsgi.log logto = logs/%(project)-uwsgi.log
req-logger = file:logs/%(project)-uwsgi-req.log
logger = file:logs/%(project)-uwsgi-error.log
log-maxsize = 100000000 log-maxsize = 100000000
log-backupname = logs/%(project)-uwsgi.old.log log-backupname = logs/%(project)-uwsgi.old.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment