You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i using pattern: %white([)%magenta(%d{yyyy-MM-dd HH:mm:ss,GMT+8}) %msg%n
the closing bracket after the time is cut off.
maybe the % in %magenta is escaped.
my test statement:
if i using pattern:
%white([)%magenta(%d{yyyy-MM-dd HH:mm:ss,GMT+8}) %msg%n
the closing bracket after the time is cut off.
maybe the
%
in%magenta
is escaped.but if I put a space before
%magenta
:%white([) %magenta(%d{yyyy-MM-dd HH:mm:ss,GMT+8}) %msg%n
its normal
1.5.6
The text was updated successfully, but these errors were encountered: