diff --git a/management/wsgi.py b/management/wsgi.py index 4eb3902d..9cf21c4b 100644 --- a/management/wsgi.py +++ b/management/wsgi.py @@ -1,4 +1,5 @@ from daemon import app +import utils app.logger.addHandler(utils.create_syslog_handler())