Commit a4c9ea2
committed
Refactors common logger inline logging
Updates the common logger to use a standard output format for inline
logging. This format includes the log level, timestamp, log message,
and traceback (if available). The previous implementation used the
icecream library, which has been removed as a dependency. This
change provides better control over the log output format and removes
an unnecessary dependency.1 parent 2a51625 commit a4c9ea2
File tree
3 files changed
+858
-641
lines changed- acai_aws/common/logger
3 files changed
+858
-641
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments