minio/internal/logger/target
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
..
console move audit and logger message structure to minio/pkg (#16655) 2023-02-21 21:21:17 -08:00
http logger: Avoid slow calls in http logger Send() function (#17747) 2023-07-29 12:49:18 -07:00
kafka fix: kafka broker pings must not be greater than 1sec (#17376) 2023-06-07 11:47:00 -07:00
types Add Audit target metrics (#16044) 2022-11-10 10:20:21 -08:00