-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Error reporting QoL - require Display instead of Debug for Actor::Error associated type - print handle() (and friends) errors using `{:#}` rather than `{:?}` - this hides the backtrace print of anyhow errors - differentiate handle() (and friends) errors while shutting down vs. running and log them with lower severity - make it more clear and less spammy when trying to shut down a system while it is already shutting down * Tweak error, log message punctuation, casing, prefixes Coming from live testing the these changes.
- Loading branch information
Showing
3 changed files
with
72 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters