mirror of https://github.com/minio/minio.git
Current implementation retries forever until our log buffer is full, and we start dropping events. This PR allows you to set a value until we give up on existing audit/logger batches to proceed to process the new ones. Bonus: - do not blow up buffers beyond batchSize value - do not leak the ticker if the worker returns |
||
|---|---|---|
| .. | ||
| message/audit | ||
| target | ||
| audit.go | ||
| config.go | ||
| console.go | ||
| help.go | ||
| legacy.go | ||
| logger.go | ||
| logonce.go | ||
| logrotate.go | ||
| reqinfo.go | ||
| targets.go | ||
| utils.go | ||