minio/internal/logger
Anis Eleuch 12f570a307
audit: Try to send audit even if the status is offline (#18458)
Currently, once the audit becomes offline, there is no code that tries
to reconnect to the audit, at the same time Send() quickly returns with
an error without really trying to send a message the audit endpoint; so
the audit endpoint will never be online again.

Fixing this behavior; the current downside is that we miss printing some
logs when the audit becomes offline; however this information is
available in prometheus

Later, we can refactor internal/logger so the http endpoint can send errors to
console target.
2023-11-17 10:40:28 -08:00
..
message/audit Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
target audit: Try to send audit even if the status is offline (#18458) 2023-11-17 10:40:28 -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 Fix startup formatting (#18156) 2023-10-02 07:39:47 -06: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 Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -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