-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
We are using version 2.7.0 in production. We want to ship zeeqs logs to the standard centralised log management stack - EFK stack (elasticsearch-fluentd-kibana). Our fluentd is configured to parse json logs. Current zeeqs code base does not generate logs in json format hence they don't get parsed by fluentd.
Describe the solution you'd like
Add logback-logstash-encoder dependency so that LogstashEncoder could be used to encode and generate zeeqs logs in json format. We use this library in all our microservices to enable json logging. We have been using version 6.6 of this library in production
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request