Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
1.2.3
Description
Besides logback currently supports coloring like %cyan, %highlight it would be nice if other ANSI styles would be supported like "dim"/"faint".
E.g. using %dim(..)
Is there maybe a workaround available to use these ANSI styles already?
I currently have this pattern:
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%-15.15thread] %highlight(%-5level) %cyan(%-40.40logger{39}) - %message%n</pattern>
But I would like to dim the date being logged.