Improve ldapserver logging

This commit is contained in:
2020-11-04 00:39:07 +00:00
parent bf0030504a
commit abcea93050
5 changed files with 74 additions and 20 deletions
+10
View File
@@ -0,0 +1,10 @@
# Gunicorn config file
#
# By default, a file named gunicorn.conf.py will be read from the same directory where gunicorn is being run.
# Reference: https://docs.gunicorn.org/en/latest/settings.html
import log
logconfig_dict = log.LOG_DICT
workers = 1
bind = ['0.0.0.0:5000']