I configured APScheduler to run every second through the cron schedule (kind of necessary / required). Right now I have a registrar sending everything to the console.
If it were not for registration, it was very important for what I'm working on, everything will be fine. But I need registration. What I do not want is an entry in APScheduler. Such things:
INFO at 2013-05-26 13: 05: 06,007: Job "loadavg.run (trigger: cron [year = '*', month = '*', day = '*', week = '*', day_of_week = ' * ', hour =' * ', minute =' * ', second =' * '], next run at: 2013-05-26 13:05:06) "executed successfully
INFO at 2013-05-26 13: 05: 06,008: Running job "cpu.run (trigger: cron [year = '*', month = '*', day = '*', week = '*', day_of_week = '*', hour = '*', minute = '*', second = '*'], next run at: 2013-05-26 13:05:07) "(scheduled at 2013-05-26 13:05 : 06)
I have this in my code after adding cron jobs:
logging.getLogger ("apscheduler.scheduler"). setLevel (logging.DEBUG) No, as far as I know, configuration options for APScheduler to specify protocol information.
I know that I can point the registrar level to ERROR or something like that, but when it is set to INFO, I don't want all this (which seems useless) to be logged as well.