Expenses Service: Part of the Debt Tracker ecosystem, this service handles user and debt management. It interfaces with the mailer, throttler, and notifier services.
Other
14
stars
0
forks
source link
[FEATURE] Need json logging with better structures. #3
Is your feature request related to a problem? Please describe.
With the current logging in simple text formats, it lacks standardization and imposes challenges when filtering and analyzing logs.
Describe the solution you'd like
We should add json logging with varying log levels that can provide a better context and an overall structure.
Describe alternatives you've considered
We can also have standardized log templates across applications but it lacks flexibility and portability.
We'll be implementing json logging as part of the next version but integration with a central logging backend via a logging daemon agent is not within our focus at this moment.
Is your feature request related to a problem? Please describe. With the current logging in simple text formats, it lacks standardization and imposes challenges when filtering and analyzing logs.
Describe the solution you'd like We should add json logging with varying log levels that can provide a better context and an overall structure.
Describe alternatives you've considered We can also have standardized log templates across applications but it lacks flexibility and portability.
Additional context N/A