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
- Given the logrus logging library
When a message is sent to the library
Then the message is forwarded to slog with the equivalent level
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
When a message is sent to the library
Then the message is forwarded to slog with the equivalent level