Match-id-7904ccd4e2e603703ad94236438bc0cb8c408810

This commit is contained in:
BianTanggui
2022-07-05 19:44:18 +08:00
committed by BianTanggui
parent 668a4d62ae
commit 6467c3bf45

View File

@@ -73,6 +73,7 @@ func initLogModule(stopCh <-chan struct{}) error {
LogLevel: 0,
MaxBackups: backups,
MaxAge: logMaxAge,
OnlyToFile: true,
}
if err := hwlog.InitRunLogger(&runLogConfig, stopCh); err != nil {
fmt.Printf("hwlog init failed, error is %v", err)