You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We need more detailed information of how xcube server deployments perform.
Describe the solution you'd like
xcube server therefore shall have a new option to output well-structured logs that include key fields such as timestamps, log levels, and unique identifiers. This makes it easier to query and analyze the data.
We'll replace the standard "tornado.access" logs by structured JSON logging that also includes details of the current request.
Is your feature request related to a problem? Please describe.
We need more detailed information of how xcube server deployments perform.
Describe the solution you'd like
xcube server therefore shall have a new option to output well-structured logs that include key fields such as timestamps, log levels, and unique identifiers. This makes it easier to query and analyze the data.
We'll replace the standard "tornado.access" logs by structured JSON logging that also includes details of the current request.
Example log entry:
Implementing structured logging:
For implementation in Tornado:
The text was updated successfully, but these errors were encountered: