Restructure logging #21
Reference in New Issue
Block a user
Delete Branch "refactor/logging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Standardized logging across the entire codebase. Implemented a logging config file
.logging_config.yaml, which should hold the entire config.Several new logging levels are available (OBSERVATION and ACTION), intended for easier separation of log messages in the UI.
Also implemented sending logging to the UI through an SSE endpoint (
/logs/stream).To verify, in addition to the usual "code runs" and "tests pass", make sure that logging looks logical and self-consistent throughout the codebase.
ref: N25B-233
requested review from @8464960
changed title from
feat: add colored and formatted loggingtoRestructure loggingadded 1 commit
9e711948- fix: tests passCompare with previous version
approved this merge request
Nice job!
mentioned in commit
6235fcdaf4