-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: log errors if just the error was passed to the log entry it was not logged previously. This might have swallowed up quite a few errors in the past. Most of the time the error is formated into the `msg` on the log entry so I added logic that checks whether the entry already includes the the error and if so doesn't duplicate it. * feat: log dividers with terminal width * test: fix assertion The error detail is written to the error log file as it proved to be too noisy. That's why the error renderer was removed from the renderers in the first place. --- Co-authored-by: Vladimir Vagaytsev <[email protected]>
- Loading branch information
1 parent
4dc6735
commit 4fe827f
Showing
5 changed files
with
24 additions
and
23 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
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