更新2.1.2配置文件

This commit is contained in:
孟帅
2023-01-25 17:49:16 +08:00
parent 93e0fe7250
commit f11c7c5bf2
2 changed files with 39 additions and 20 deletions

View File

@@ -86,6 +86,10 @@ func LoggingServeLogHandler(ctx context.Context, in *glog.HandlerInput) {
return
}
if conf == nil {
return
}
if !conf.Switch {
return
}