Umzug doorbell.py auf Service-LXC

This commit is contained in:
2026-07-13 12:28:54 +00:00
parent 69a1caa12e
commit 065ce635b0
@@ -11,7 +11,7 @@ import json
logger = logging.getLogger('Rotating Log')
logger.setLevel(logging.INFO)
logHandler = handlers.RotatingFileHandler('/media/hd/admin/doorbell/doorbell.log', maxBytes=1000000, backupCount=2)
logHandler = handlers.RotatingFileHandler('/mnt/admin/doorbell/doorbell.log', maxBytes=1000000, backupCount=2)
logHandler.setLevel(logging.INFO)
logHandler.setFormatter(logging.Formatter('%(asctime)s %(levelname)s - %(message)s', '%Y-%m-%d %H:%M:%S'))
logger.addHandler(logHandler)