Skip to content

Commit 6760bfc

Browse files
committed
嗷嗷
1 parent 7f23811 commit 6760bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log4rs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ appenders:
33
stdout:
44
kind: console
55
encoder:
6-
pattern: "{d} {h({l}):<5} {M} {m}{n}"
6+
pattern: "{d} {h({l}):<5} [{M}] {m}{n}"
77
file:
88
kind: rolling_file
99
path: shadowsocks.log
1010
encoder:
1111
kind: pattern
12-
pattern: "{d} {h({l}):<5} {m}{n}"
12+
pattern: "{d} {h({l}):<5} [{M}] {m}{n}"
1313
policy:
1414
trigger:
1515
kind: size

0 commit comments

Comments
 (0)