Skip to content

Commit

Permalink
test: fix faulty log pattern in test application
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Jan 13, 2025
1 parent d082562 commit 4fdec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sitemesh3/grails-app/conf/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<withJansi>true</withJansi>
<encoder>
<charset>UTF-8</charset>
<pattern>'%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wex'</pattern>
<pattern>%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wex</pattern>
</encoder>
</appender>

Expand Down

0 comments on commit 4fdec3b

Please sign in to comment.