Summary
- Add a configuration flag or env var that sets the log level
Context
The current log level is hardcoded here: https://github.com/projectsyn/steward/blob/master/main.go#L25
However, this can produce very much of irrelevant logs. If there's log aggregation, Gigabytes of storage space is wasted.
Summary
Context
The current log level is hardcoded here: https://github.com/projectsyn/steward/blob/master/main.go#L25
However, this can produce very much of irrelevant logs. If there's log aggregation, Gigabytes of storage space is wasted.