mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
Optimize the overall log output (#1549)
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
|
||||
package log
|
||||
|
||||
import "istio.io/pkg/log"
|
||||
import "istio.io/istio/pkg/log"
|
||||
|
||||
var IngressLog = log.RegisterScope("ingress", "Higress Ingress process.", 0)
|
||||
var IngressLog = log.RegisterScope("ingress", "Higress Ingress process.")
|
||||
|
||||
Reference in New Issue
Block a user