1
0
mirror of https://github.com/minio/minio synced 2024-07-08 19:56:05 +00:00
minio/internal/logger/target
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
..
console log: Add logger.Event to send to console and other logger targets (#19060) 2024-02-15 15:13:30 -08:00
http Webhook targets refactor and bug fixes (#19275) 2024-03-25 09:44:20 -07:00
kafka use typos instead of codespell (#19088) 2024-02-21 22:26:06 -08:00
testlogger perf: websocket grid connectivity for all internode communication (#18461) 2023-11-20 17:09:35 -08:00
types Add Audit target metrics (#16044) 2022-11-10 10:20:21 -08:00