mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 23:20:27 +00:00
Merge pull request #429 from p53/fix-not-working-logging
Fix logging path, needs absolute path
This commit is contained in:
commit
2b17469324
@ -4,7 +4,7 @@ basedir = os.path.abspath(os.path.dirname(__file__))
|
||||
# BASIC APP CONFIG
|
||||
SECRET_KEY = 'changeme'
|
||||
LOG_LEVEL = 'DEBUG'
|
||||
LOG_FILE = 'logs/log.txt'
|
||||
LOG_FILE = os.path.join(basedir, 'logs/log.txt')
|
||||
|
||||
# TIMEOUT - for large zones
|
||||
TIMEOUT = 10
|
||||
|
Loading…
Reference in New Issue
Block a user