1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-02-08 21:04:17 +00:00

web/settings.py: add default settings for logging

This commit is contained in:
Hidden Z 2010-11-02 18:36:13 +00:00
parent 489f1c9f15
commit bf411afcd6

View File

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