1
0
mirror of https://github.com/minio/minio synced 2024-07-05 17:08:43 +00:00
minio/internal/logger
Harshavardhana 74ccee6619
avoid too much auditing during decom/rebalance make it more robust (#19174)
there can be a sudden spike in tiny allocations,
due to too much auditing being done, also don't hang
on the

```
h.logCh <- entry
```

after initializing workers if you do not have a way to
dequeue for some reason.
2024-03-06 03:43:16 -08:00
..
message/audit Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
target avoid too much auditing during decom/rebalance make it more robust (#19174) 2024-03-06 03:43:16 -08:00
audit.go Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
config.go Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
console.go log: Use error log type instead of Application/MinIO type (#18930) 2024-02-01 16:13:57 -08:00
help.go add queue_dir to help message for logger/audit targets 2023-08-29 16:07:35 -07:00
legacy.go fix: prioritize audit_webhook and logger_webhook ENVs over the config KVS (#17783) 2023-08-03 02:47:07 -07:00
logger.go avoid too much auditing during decom/rebalance make it more robust (#19174) 2024-03-06 03:43:16 -08:00
logonce.go update cleanupRoutine comment (#17102) 2023-04-28 01:11:51 -07:00
reqinfo.go avoid too much auditing during decom/rebalance make it more robust (#19174) 2024-03-06 03:43:16 -08:00
targets.go server-info: Avoid initializing audit/log http/kafka targets (#18703) 2023-12-22 10:25:08 -08:00
utils.go Replaces 'disk'=>'drive' visible to end user (#15464) 2022-08-04 16:10:08 -07:00