minio/internal/logger
Harshavardhana ae3b369fe1
logger webhook failure can overrun the queue_size (#14556)
PR introduced in #13819 was incorrect and was not
handling the situation where a buffer is full can
cause incessant amount of logs that would keep the
logger webhook overrun by the requests.

To avoid this only log failures to console logger
instead of all targets as it can cause self reference,
leading to an infinite loop.
2022-03-15 17:45:51 -07:00
..
message typo: Low capital in some JSON field names in log/audit output (#14020) 2022-01-03 09:26:26 -08:00
target Make audit webhook and kafka config dynamic (#14390) 2022-02-24 09:05:33 -08:00
audit.go Send deployment id and minio version in http header (#14378) 2022-02-23 13:36:01 -08:00
config.go Make audit webhook and kafka config dynamic (#14390) 2022-02-24 09:05:33 -08:00
console.go improve logs, fix banner formatting (#14456) 2022-03-03 13:21:16 -08:00
help.go Add `enable` key to logger webhook help (#14326) 2022-02-16 11:59:50 -08:00
legacy.go feat: Add support for kakfa audit logger target (#12678) 2021-07-13 09:39:13 -07:00
logger.go logger webhook failure can overrun the queue_size (#14556) 2022-03-15 17:45:51 -07:00
logonce.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
reqinfo.go fix: audit log to support object names in multipleObjectNames() handler (#14017) 2022-01-03 01:28:52 -08:00
targets.go logger webhook failure can overrun the queue_size (#14556) 2022-03-15 17:45:51 -07:00
utils.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00