Skip to content

Make Logging Uniform Across All Components #28

@ananos

Description

@ananos

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 logging module or loguru with 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

No one assigned

    Type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions