abixen-platform icon indicating copy to clipboard operation
abixen-platform copied to clipboard

Add native logging from spring boot to logstash

Open cloudowski opened this issue 8 years ago • 1 comments

Use logstash-logback-encoder for docker and maybe even for dev profile. This way we would have better logs with parsed fields.

cloudowski avatar Feb 28 '17 18:02 cloudowski

It's not that easy - logback-encoder uses... logback and it requires logback-classic which conflicts with log4j (slf4j to be more specific). Thus it needs deep redesign which must be postponed at the moment.

cloudowski avatar Mar 09 '17 11:03 cloudowski