mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: logback configuration updated
parent
947435f5c1
commit
f287828295
|
@ -11,10 +11,10 @@
|
|||
<if
|
||||
condition='property("logging.colors").equalsIgnoreCase("true")'>
|
||||
<then>
|
||||
<pattern>%highlight([%p]) %black(%d) %magenta([%.15t]) %black(%c) %cyan(\(%M\)) - %black(%msg%n)</pattern>
|
||||
<pattern>%black(%highlight([%p]) %d{dd MMM HH:mm:ss.SSS} %magenta([%.15t]) \(%file:%line\) - %msg%n)</pattern>
|
||||
</then>
|
||||
<else>
|
||||
<pattern>[%p] %d [%.15t] %c \(%M\) - %msg%n
|
||||
<pattern>[%p] %d [%.15t] %c - %msg%n
|
||||
</pattern>
|
||||
</else>
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue