candango / firenado

Web Framework that extends Tornado Web organizing the application, and adding extra features.
Apache License 2.0
12 stars 9 forks source link

Add configuration to change schedule events log level #359

Open piraz opened 3 years ago

piraz commented 3 years ago

By default the schedule events will be set as debug. Let's add a configuration to change the level.

That would be great for debug a job scheduled in a application but we don't need all the that information being sent to the logs as info by default.

With this configuration a developer or administrator can change the schedule events to be logged as info or warning.