chore(log): add jsonRpcLogger

This commit is contained in:
Siyuan Miao
2025-04-11 07:41:21 +02:00
parent 82c018a2f6
commit 04aa35249a
2 changed files with 30 additions and 10 deletions

5
log.go
View File

@@ -49,8 +49,11 @@ var (
ntpLogger = getLogger("ntp")
displayLogger = getLogger("display")
usbLogger = getLogger("usb")
ginLogger = getLogger("gin")
jsonRpcLogger = getLogger("jsonrpc")
websecureLogger = getLogger("websecure")
// external components
ginLogger = getLogger("gin")
)
func updateLogLevel() {