logback.xml effects on IntelIj console default colors, how I can fix it?
Answered
Hi, please tell me how I can configure my logback.xml that it didn't effect on my IntelliJ console ? I mean without adding <conversionRule/>
Screenshots before and after

Please sign in to leave a comment.
You can try with the following pattern in your logback.xml configuration:
Sample logback.xml file:
It worked, thank you very much.