-
Notifications
You must be signed in to change notification settings - Fork 7
Milestone
Description
Right now, different components use different logging styles and levels (or plain prints). We should unify this with a standard logger config and format.
Details
We should:
- Use Python's
loggingmodule orloguruwith a shared config. - Add timestamp, component, level (INFO/ERROR/etc.), and color if possible.
- Replace
print()calls with appropriate logger calls across services.
This helps when running multiple components together in dev or prod.
Metadata
Metadata
Assignees
Type
Projects
Status
Todo