Skip to content

Configure logrus with an slog bridge #33

Description

@spaulg

Description

The composer library for dealing with compose files uses the logrus logging library. It appears to use the default logrus instance which by default write output to stderr.

Instead, we should have this forward to slog instead, so that logs are written to a consistent destination.

Acceptance Criteria

  1. Given the logrus logging library
    When a message is sent to the library
    Then the message is forwarded to slog with the equivalent level

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions