1
0
mirror of https://github.com/minio/minio synced 2024-07-05 17:08:43 +00:00
minio/internal/logger
Sveinn 1fc4203c19
Webhook targets refactor and bug fixes (#19275)
- old version was unable to retain messages during config reload
- old version could not go from memory to disk during reload
- new version can batch disk queue entries to single for to reduce I/O load
- error logging has been improved, previous version would miss certain errors.
- logic for spawning/despawning additional workers has been adjusted to trigger when half capacity is reached, instead of when the log queue becomes full.
- old version would json marshall x2 and unmarshal 1x for every log item. Now we only do marshal x1 and then we GetRaw from the store and send it without having to re-marshal.
2024-03-25 09:44:20 -07:00
..
message/audit Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
target Webhook targets refactor and bug fixes (#19275) 2024-03-25 09:44:20 -07:00
audit.go Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
config.go add batchSize support for webhook endpoints (#19214) 2024-03-07 12:17:46 -08:00
console.go log: Use error log type instead of Application/MinIO type (#18930) 2024-02-01 16:13:57 -08:00
help.go add batchSize support for webhook endpoints (#19214) 2024-03-07 12:17:46 -08: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 fix: Fix crash when logging events and anonymous is enabled (#19313) 2024-03-21 10:19:36 -07:00
logonce.go update cleanupRoutine comment (#17102) 2023-04-28 01:11:51 -07:00
reqinfo.go avoid too much auditing during decom/rebalance make it more robust (#19174) 2024-03-06 03:43:16 -08:00
targets.go Webhook targets refactor and bug fixes (#19275) 2024-03-25 09:44:20 -07:00
utils.go Replaces 'disk'=>'drive' visible to end user (#15464) 2022-08-04 16:10:08 -07:00