PowerDNS-Admin/app/lib
Peter Schiffer 444be2c060 Log to file only if the file exists
If LOG_FILE config option contained invalid file, pdns admin wouldn't start.
Also, it wasn't possible to log only to stdout/stderr correctly, because
setting the log file to /dev/stdout would double the logs messages as the pdns
admin is already logging to the stderr.
2016-08-31 23:11:04 +02:00
..
__init__.py Initial commit 2015-12-13 16:34:12 +07:00
log.py Log to file only if the file exists 2016-08-31 23:11:04 +02:00
utils.py Fix NoneType error when logging in with AD 2016-08-16 01:47:33 +00:00