Don't log.error if it was intentional

less_logging
Tyler Goodlet 2021-10-05 17:03:55 -04:00
parent 21e60554cc
commit 3f6d4d6af4
1 changed files with 2 additions and 4 deletions

View File

@ -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') ?