I've two logging appenders - console and rolling file.
I'd like to render ANSI sequences for the console only appender but remove jansi tokens from another appender
Is there an option to strip these tokens from the file appender something like
%msg{ansi} for console and %msg{noansi} for file
I've two logging appenders - console and rolling file. I'd like to render ANSI sequences for the console only appender but remove jansi tokens from another appender Is there an option to strip these tokens from the file appender something like %msg{ansi} for console and %msg{noansi} for file