Fix systemd service for automatic Motia startup
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user