Optimize the overall log output (#1549)

This commit is contained in:
澄潭
2024-11-27 20:44:34 +08:00
committed by GitHub
parent ee2dd76ae1
commit ca7458cf1c
11 changed files with 27 additions and 25 deletions

View File

@@ -14,6 +14,6 @@
package cert
import "istio.io/pkg/log"
import "istio.io/istio/pkg/log"
var CertLog = log.RegisterScope("cert", "Higress Cert process.", 0)
var CertLog = log.RegisterScope("cert", "Higress Cert process.")