logback.xml effects on IntelIj console default colors, how I can fix it?
已回答
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

请先登录再写评论。
You can try with the following pattern in your logback.xml configuration:
Sample logback.xml file:
It worked, thank you very much.