mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: logback prints full thread names
parent
8863a6e2b1
commit
19ff07cd9e
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue