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.
The current logging system lacks structured output and meaningful contextual information, which hinders the ability to effectively trace and debug issues across the application.
Describe the solution you'd like
Implement a structured logging framework, such as Bunyan or Winston, that supports JSON output and allows for the injection of contextual information. This should include:
Standard fields such as timestamp, severity level, and correlation ID.
Capability to add custom fields for enhanced context.
Continuing with unstructured logs, but this approach makes it difficult to perform efficient log analysis and debugging.
Additional context
Enhancing the logging structure will significantly improve the observability of the system, making it easier to trace issues and understand system behavior.
Feature Request
Is your feature request related to a problem? Please describe.
The current logging system lacks structured output and meaningful contextual information, which hinders the ability to effectively trace and debug issues across the application.
Describe the solution you'd like
Implement a structured logging framework, such as Bunyan or Winston, that supports JSON output and allows for the injection of contextual information. This should include:
Code Example
Describe alternatives you've considered
Continuing with unstructured logs, but this approach makes it difficult to perform efficient log analysis and debugging.
Additional context
Enhancing the logging structure will significantly improve the observability of the system, making it easier to trace issues and understand system behavior.
Related Issues
The text was updated successfully, but these errors were encountered: