mirror of
https://github.com/rclone/rclone.git
synced 2025-03-06 18:32:47 +08:00

Before this change, if rclone is used as a library and logrus is used after a call to rc `sync/bisync`, logging does not work anymore and leads to writing to a closed pipe. This change restores the output correctly. Fixes #8158