Replies: 1 comment
-
|
I haven't tried it, but take a look at https://github.com/entur/jackson-syntax-highlight You could write a decorator that utilizes json-syntax-highlight |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry if this has been answered before (I searched the discussions and couldn't find anything), but is there a way to enable ANSI in the console appender with logstash?
I'm using SpringBoot spring-logback.xml and I tried doing something like this, but it's not working:
Instead of seeing the ANSI colored text, it shows this:
"version":"\u001B[32m2.0.0\u001B[0;39m"I do have this setting in the application.properties, and it's working with other appenders:
spring.output.ansi.enabled=ALWAYSI ultimately would like the output to look like this:
Beta Was this translation helpful? Give feedback.
All reactions