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.
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.
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.