mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-12 12:50:26 +08:00
添加日志记录
This commit is contained in:
parent
560eddac2a
commit
62131beaa0
@ -64,7 +64,7 @@ val defaultColorfulPattern = LogbackPattern.make {
|
||||
+color { magenta }("[${+thread.right(15, 15)}]") + " " +
|
||||
+color { highlight }(+level.left(5)) + " " +
|
||||
+color { cyan }("[${+logger["20"].right(20, 20)}]") + " - " +
|
||||
+color { highlight }(+message) + " " +
|
||||
+color { highlight }(+message) +
|
||||
+nextLine
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user