#3 default to 'info' logging, not 'warning'
Closed: Fixed None Opened 8 years ago by adamwill.

I suggest we default to 'info' loglevel for openqa_trigger.py, not 'warning'. 'warning' logs exactly nothing during a 'normal' run of the scheduler, so when you're running it from a console you just get radio silence for the entire period - no info on what it's doing, no list of tasks it scheduled, no nothing. That's not very friendly. I think it makes more sense to default to the most friendly log level for interactive use and have cron jobs pass --log-level if they want to use 'warning' or 'error' - after all, you only have to set the parameter once for a cron job.


This ticket had assigned some Differential requests:
D480

I agree, I will make appropriate changes.

Login to comment on this ticket.

Metadata