-
Notifications
You must be signed in to change notification settings - Fork 79
Support for structured logging (JSON) #437
Copy link
Copy link
Open
Description
Problem:
- At the moment only the standard env_logger based logging is supported. In some scenarios it would be beneficial, if Oura would support structured logging as well, in an easy to parse JSON format.
For a more detailed description about the structured logging format, please see the Google Cloud Documentation:
Suggestion:
- Add a feature flag for the configuration of the logging method. Depending if the json_logs feature is set, Oura could be using json_env_logger2 or env_logger.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels