quamash
quamash copied to clipboard
windows: downgrade messages on coro exceptions to debug
Currently exceptions raised in tasks are reported in the log as warnings regardless of whether they are handled appropriately or not. This generates noise in the log that can obscure more important messages. This PR downgrades exception reporting to debug level.
Closes https://github.com/harvimt/quamash/issues/110
tests are fixed in #111
Nice!
rebased on top of https://github.com/harvimt/quamash/pull/113