mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 00:27:56 +08:00
force enable asynchronous I/O sending events to Fluentd
This commit is contained in:
@@ -261,7 +261,7 @@ func (s3a *S3ApiServer) DeleteMultipleObjectsHandler(w http.ResponseWriter, r *h
|
||||
}
|
||||
if auditLog != nil {
|
||||
auditLog.Key = entryName
|
||||
go s3err.PostAccessLog(*auditLog)
|
||||
s3err.PostAccessLog(*auditLog)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user