quamash icon indicating copy to clipboard operation
quamash copied to clipboard

windows: downgrade messages on coro exceptions to debug

Open AUTProgram opened this issue 6 years ago • 3 comments

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

AUTProgram avatar May 09 '19 12:05 AUTProgram

tests are fixed in #111

harvimt avatar May 09 '19 18:05 harvimt

Nice!

hartytp avatar May 09 '19 21:05 hartytp

rebased on top of https://github.com/harvimt/quamash/pull/113

hartytp avatar May 10 '19 09:05 hartytp