openvidu-server: logback prints full thread names

pull/469/head
pabloFuente 2020-05-14 14:56:45 +02:00
parent 8863a6e2b1
commit 19ff07cd9e
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@
<if <if
condition='property("logging.colors").equalsIgnoreCase("true")'> condition='property("logging.colors").equalsIgnoreCase("true")'>
<then> <then>
<pattern>%black(%highlight([%p]) %d{dd MMM HH:mm:ss.SSS} %magenta([%.15t]) \(%file:%line\) - %msg%n)</pattern> <pattern>%black(%highlight([%p]) %d{dd MMM HH:mm:ss.SSS} %magenta([%.80t]) \(%file:%line\) - %msg%n)</pattern>
</then> </then>
<else> <else>
<pattern>[%p] %d [%.15t] %c - %msg%n <pattern>[%p] %d [%.80t] %c - %msg%n
</pattern> </pattern>
</else> </else>
</if> </if>