mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Fix logging path, needs absolute path
This commit is contained in:
parent
c1f5d76c6c
commit
1ca311e120
@ -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