Is your feature request related to a problem?
Logs are currently plain text. For structured analysis, JSON logs might be better.
Describe the solution you'd like
Add a --log-format flag with options for text (default) and json.
Describe alternatives you've considered
N/A
Additional context
Check main.go.
Is your feature request related to a problem?
Logs are currently plain text. For structured analysis, JSON logs might be better.
Describe the solution you'd like
Add a
--log-formatflag with options fortext(default) andjson.Describe alternatives you've considered
N/A
Additional context
Check
main.go.