Describe the bug
Every logging coming out of the control plane is sent to stdout / stderr, including emoji plaintext logs, which are unstructured. [GIN] prefixed logs contains duplicated and overly verbose information. The control-plane isn't being started with --verbose.
Steps to reproduce
- Deploy
- Navigate, execute runs, etc
Expected behavior
Only non-debugging information should be output. Ideally the log level should be adjustable. Right now it's hardcoded to info
Screenshots / Logs
Environment
- Control plane version: 0.1.75
- SDK version (if applicable): 0.1.75
- Deployment environment (local, docker, kubernetes, etc.): any
Additional context
Describe the bug
Every logging coming out of the control plane is sent to stdout / stderr, including emoji plaintext logs, which are unstructured.
[GIN]prefixed logs contains duplicated and overly verbose information. The control-plane isn't being started with--verbose.Steps to reproduce
Expected behavior
Only non-debugging information should be output. Ideally the log level should be adjustable. Right now it's hardcoded to
infoScreenshots / Logs
Environment
Additional context