访问日志存储策略增加“停止默认数据库存储”选项

This commit is contained in:
刘祥超
2023-10-30 19:03:39 +08:00
parent 77d614c9ea
commit 9f120fd0e0
5 changed files with 62 additions and 34 deletions

View File

@@ -5,6 +5,10 @@ package services
import "github.com/TeaOSLab/EdgeCommon/pkg/rpc/pb"
func (this *HTTPAccessLogService) canWriteAccessLogsToDB() bool {
return true
}
func (this *HTTPAccessLogService) writeAccessLogsToPolicy(pbAccessLogs []*pb.HTTPAccessLog) error {
return nil
}