Skip to content

Commit a4c9ea2

Browse files
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

3 files changed

+858
-641
lines changed

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dynamodb_json = "*"
1515
jsonpickle = "*"
1616
jsonref = "*"
1717
jsonschema = "*"
18-
icecream = "*"
1918
pydantic = "*"
2019
pyyaml = "*"
2120
simplejson = "*"

0 commit comments

Comments
 (0)