Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log output configuration options #309

Open
jrauschenbusch opened this issue Sep 19, 2023 · 0 comments
Open

Log output configuration options #309

jrauschenbusch opened this issue Sep 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jrauschenbusch
Copy link
Contributor

Describe the feature

The log level of mittens should be configurable via cli argument: e.g. trace, debug, info, warn, error, fatal, panic

The log format should be configurable via cli argument: e.g. text, json

The date time format of logs should be configurable: e.g. iso8601 , rfc3339, epoch

Rational

For production use cases it can be required to have more control over the generated log output.

Example Scenario

Kubernetes workloads and autoscaling: each time a new pod is created and mittens starts to warm the target container it produces a lot of non-essential logs. Furthermore the logs are in their own format so that it's hard to index them in a centralized log mgmt system.

@jrauschenbusch jrauschenbusch added the enhancement New feature or request label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant