-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement: Replace
rich
logger with loguru
which produces nicer…
… log formatting and requires less setup (#250) * improvement: Replace `rich` logger with `loguru` which produces nicer log formatting and requires less setup * enable selftest CI to see log format in CI * more thoroughly switch to loguru * fix * Remove Loguru loggers from pickle * add Loguru intercept handler * because of the intercept handler we can continue to use a standard logger * use loguru for global logs in Task class * stick to the default loggers for most stuff now * add changelog * more logger reverts
- Loading branch information
1 parent
5eca574
commit c19220a
Showing
7 changed files
with
52 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
[[entries]] | ||
id = "b6fb5e00-0bed-4e07-8cf3-c16c394d40fe" | ||
type = "improvement" | ||
description = "Replace `rich` logger with `loguru` which produces nicer log formatting and requires less setup" |
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
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