Don't log.error if it was intentional
parent
21e60554cc
commit
3f6d4d6af4
|
@ -195,8 +195,6 @@ async def _invoke(
|
||||||
|
|
||||||
if not is_multi_cancelled(err):
|
if not is_multi_cancelled(err):
|
||||||
|
|
||||||
log.exception("Actor crashed:")
|
|
||||||
|
|
||||||
# TODO: maybe we'll want different "levels" of debugging
|
# TODO: maybe we'll want different "levels" of debugging
|
||||||
# eventualy such as ('app', 'supervisory', 'runtime') ?
|
# eventualy such as ('app', 'supervisory', 'runtime') ?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue