change logging level to debug
This commit is contained in:
@@ -13,7 +13,7 @@ class Schedule:
|
|||||||
@classmethod
|
@classmethod
|
||||||
def start(cls) -> None:
|
def start(cls) -> None:
|
||||||
'''Start the scheduler and schedule the tasks (cron jobs)'''
|
'''Start the scheduler and schedule the tasks (cron jobs)'''
|
||||||
logging.info("Scheduler init")
|
logging.debug("Scheduler init")
|
||||||
cls.mqtt = Mqtt(None)
|
cls.mqtt = Mqtt(None)
|
||||||
|
|
||||||
crontab('0 0 * * *', func=cls.atmidnight, start=True)
|
crontab('0 0 * * *', func=cls.atmidnight, start=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user