mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
d9c1d79e30
Logger targets were not race protected against concurrent updates from for example `HTTPConsoleLoggerSys`. Restrict direct access to targets and make slices immutable so a returned slice can be processed safely without locks.