minio/internal/logger
Anis Eleuch 9c0e8cd15b
logger: Avoid slow calls in http logger Send() function (#17747)
Send() is synchronous and can affect the latency of S3 requests when the
logger buffer is full.

Avoid checking if the HTTP target is online or not and increase the
workers anyway since the buffer is already full.

Also, avoid logs flooding when the audit target is down.
2023-07-29 12:49:18 -07:00
..
message/audit audit: Add request path and host to audit event (#17099) 2023-04-27 22:18:24 -07:00
target logger: Avoid slow calls in http logger Send() function (#17747) 2023-07-29 12:49:18 -07:00
audit.go logger: Avoid slow calls in http logger Send() function (#17747) 2023-07-29 12:49:18 -07:00
config.go Check for only network errors in audit webhook for reachability (#17228) 2023-05-17 11:10:33 -07:00
console.go move audit and logger message structure to minio/pkg (#16655) 2023-02-21 21:21:17 -08:00
help.go Redact all secrets from config viewing APIs (#17380) 2023-06-23 07:45:27 -07:00
legacy.go feat: Add support for kakfa audit logger target (#12678) 2021-07-13 09:39:13 -07:00
logger.go Bump up madmin-go and pkg deps (#17469) 2023-06-19 17:53:08 -07:00
logonce.go update cleanupRoutine comment (#17102) 2023-04-28 01:11:51 -07:00
reqinfo.go allow tagging policy condition for GetObject (#15777) 2022-10-02 12:29:29 -07:00
targets.go Bump up madmin-go and pkg deps (#17469) 2023-06-19 17:53:08 -07:00
utils.go Replaces 'disk'=>'drive' visible to end user (#15464) 2022-08-04 16:10:08 -07:00