opt:日志优化

This commit is contained in:
zhangzq
2024-01-02 13:34:42 +08:00
parent 956cb03886
commit 0a34f8336e
5 changed files with 48 additions and 33 deletions

View File

@@ -148,6 +148,7 @@
<span style="color: #6c0a99;font-weight: 700">{{ log.system }}</span>
<span style="color: #13ce66">{{ log.thread }}</span>
<span :style="fontType(log.logLevel)">{{ log.logLevel }}</span>
<span>{{ log.logger }}</span>
<span>{{ log.requestIp }}</span>
<span style="color: #7c8db0">{{ log.requestTime }}</span>
<span style="color: chocolate">{{ log.traceId }}</span>