I discover some time ago that by default IntelliJ IDEA will display logging output in classic way. However Spring Boot support colourful output.
In order to enable colourful output then in Srping Boot Application you need add below line to application.properties (in resources ):
spring.output.ansi.enabled=ALWAYS
Done :)BEFORE:
AFTER:
Enjoy Rainbow style logs :)
No comments:
Post a Comment