chore(log): add otaLogger

This commit is contained in:
Siyuan Miao
2025-04-11 07:49:03 +02:00
parent 5f7dded973
commit 48a917fd76
2 changed files with 47 additions and 13 deletions

1
log.go
View File

@@ -52,6 +52,7 @@ var (
jsonRpcLogger = getLogger("jsonrpc")
watchdogLogger = getLogger("watchdog")
websecureLogger = getLogger("websecure")
otaLogger = getLogger("ota")
// external components
ginLogger = getLogger("gin")
)