ucrcsedept / galah

An automated grading system geared towards processing computer programming assignments.
Apache License 2.0
42 stars 8 forks source link

configuration load is INFO level but still shows at WARNING level #380

Open atkoehler opened 11 years ago

atkoehler commented 11 years ago

When the API client is started it loads a configuration file. It states that the message level is INFO but even after suppressing the level to that of WARNING it continues to show up.

itsjohncs commented 11 years ago

I think this may be related to the fact that before the configuration file is loaded up the way logging is handled is a little different. I'll take a look.