whorvath2 commented on issue #16175:
URL: https://github.com/apache/grails-core/issues/16175#issuecomment-5345650496

   Cool! Thanks - Sorry that I didn't know about the upgrade guide. 
   
   I had a reference to it in the code to in `logback-spring.xml` fwiw: 
   
       <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
           **<withJansi>true</withJansi>**
           <filter class="ch.qos.logback.classic.filter.ThresholdFilter">
               <level>${CONSOLE_LOG_THRESHOLD}</level>
           </filter>
           <encoder>
               <pattern>${CONSOLE_LOG_PATTERN}</pattern>
               <charset>${CONSOLE_LOG_CHARSET}</charset>
           </encoder>
       </appender>
   
   I'll pull that as well. One sec.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to