Issue
Since I added a logback.xml to log, my console display weird characters, making it unreadable.
But when I launch my project since a command console, evrything works fine.
How can it is possible to fix it ?
Thank you for your help
Joss
Solution
\e[0;39m is a value of a color in Linux's terminals color system. This specific value corresponds to a kind of blue. Here is a reference : https://misc.flogisoft.com/bash/tip_colors_and_formatting
You can try to adjust Eclipse Settings of the console to a Windows compatible output.
Answered By - T. Rode
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.