Browse Source

web/settings.py: add default settings for logging

pull/1/head
Hidden Z 14 years ago
parent
commit
bf411afcd6
  1. 3
      web/settings.py

3
web/settings.py

@ -112,3 +112,6 @@ SITE_NAME = 'My cool registration service' @@ -112,3 +112,6 @@ SITE_NAME = 'My cool registration service'
DOMAIN = 'example.i2p'
"""
# also may be put in local settings:
LOG_LEVEL = 'debug'
LOG_FILE = '/var/log/py-i2phosts/web.log'

Loading…
Cancel
Save