Files
rclone/fs/log
Nick Craig-Wood 67ec40a809 log: fix race when adding a log output while logging
Handle read the list of extra outputs without holding the mutex, so
calling AddOutput while logging caused a data race.

This reads the extra outputs once under the mutex.
2026-09-20 11:14:24 +01:00
..