mirror of
https://github.com/pgsty/minio.git
synced 2026-03-15 17:17:01 +01:00
Improvements in logger and audit webhooks (#16102)
This commit is contained in:
@@ -62,6 +62,10 @@ func (t *testingLogger) Type() types.TargetType {
|
||||
return types.TargetHTTP
|
||||
}
|
||||
|
||||
func (t *testingLogger) IsOnline() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// Stats returns the target statistics.
|
||||
func (t *testingLogger) Stats() types.TargetStats {
|
||||
return types.TargetStats{}
|
||||
|
||||
Reference in New Issue
Block a user