mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
chore(log): add jsonRpcLogger
This commit is contained in:
5
log.go
5
log.go
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user