python-o365
python-o365 copied to clipboard
Logging to inappropriate level
Gory, detail-level messages are logged as "info", like request params, and responses. These should be demoted to debug, so as not to clog the downstream logs. In Connection, lines 704-~707).
True. Will fix that.
thanks!