Remove log location configuration option

This commit is contained in:
jokob-sk
2022-12-11 13:37:35 +11:00
committed by GitHub
parent 6ebd4ed15b
commit 6d9ffaabf8

View File

@@ -12,7 +12,6 @@
PIALERT_PATH = '/home/pi/pialert'
DB_PATH = PIALERT_PATH + '/db/pialert.db'
LOG_PATH = PIALERT_PATH + '/log'
VENDORS_DB = '/usr/share/arp-scan/ieee-oui.txt'
PRINT_LOG = False
TIMEZONE = 'Europe/Berlin'