minio/internal/logger
Anis Eleuch 6a8d8f34a5
kafka: Do not require key when sending a message (#17962)
Keys are helpful to ensure the strict ordering of messages, however currently the
code uses a random request id for every log, hence using the request-id
as a Kafka key is not serve any purpose;

This commit removes the usage of the key, to also fix the audit issue from
internal subsystem that does not have a request ID.
2023-09-01 08:37:22 -07:00
..
message/audit audit: Add request path and host to audit event (#17099) 2023-04-27 22:18:24 -07:00
target kafka: Do not require key when sending a message (#17962) 2023-09-01 08:37:22 -07:00
audit.go logger: Avoid slow calls in http logger Send() function (#17747) 2023-07-29 12:49:18 -07:00
config.go fix: prioritize audit_webhook and logger_webhook ENVs over the config KVS (#17783) 2023-08-03 02:47:07 -07:00
console.go move audit and logger message structure to minio/pkg (#16655) 2023-02-21 21:21:17 -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 remove unexpected logging from peer calls (#17888) 2023-08-21 14:25:24 -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