-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Description:
It would be useful to make the logging behavior of the application configurable. Specifically, I would like to:
- Change the verbosity of logs (e.g., INFO, DEBUG, ERROR).
- Enable or disable JSON output for logs.
- Pass custom log format strings.
All of these configurations should be adjustable via environment variables to provide more flexibility in different environments.
Suggested environment variables:
LOG_LEVEL: Set the logging verbosity level (e.g.,INFO,DEBUG,ERROR).LOG_ENCODER: Enable plain text or JSON logging output (plainorjson).LOG_FORMAT: Ability to customize the content of each log string.
babychm, sknmi, kushlychok, NeonSludge and peterjenkins1
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed