Fix systemd service for automatic Motia startup

This commit is contained in:
root
2025-10-23 23:37:52 +00:00
parent 5ef77c91d5
commit 42949c6871

View File

@@ -15,7 +15,7 @@ from services.advoware import AdvowareAPI # Assuming this is the existing wrapp
# Setup logging
logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG)
logger.setLevel(logging.INFO)
handler = logging.StreamHandler()
logger.addHandler(handler)