minio/internal/logger
Harshavardhana e91a4a414c
merge startHTTPLogger() many callers into a simpler pattern (#19211)
simplify audit webhook worker model

fixes couple of bugs like

- ping(ctx) was creating a logger without updating
  number of workers leading to incorrect nWorkers
  scaling, causing an additional worker that is not
  tracked properly.

- h.logCh <- entry could potentially hang for when
  the queue is full on heavily loaded systems.
2024-03-06 08:09:46 -08:00
..
message/audit Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
target merge startHTTPLogger() many callers into a simpler pattern (#19211) 2024-03-06 08:09:46 -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