1
mirror of https://github.com/rclone/rclone synced 2024-11-21 22:50:16 +01:00
rclone/cmd/bisync
Dimitrios Slamaris abe884e744
bisync: fix output capture restoring the wrong output for logrus
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
2024-11-12 11:42:54 +00:00
..
bilib bisync: fix output capture restoring the wrong output for logrus 2024-11-12 11:42:54 +00:00
testdata bisync: make session path even shorter on tests 2024-04-16 14:45:54 -04:00
bisync_debug_test.go bisync: add to integration tests - fixes #7665 2024-03-27 10:50:14 -04:00
bisync_test.go bisync: allow blank hashes on tests 2024-09-29 18:37:52 -04:00
checkfn.go build: bisync: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:21:31 +01:00
cmd.go bisync: change exit code from 2 to 7 for critically aborted run 2024-09-20 18:51:08 +02:00
compare.go build: bisync: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:21:31 +01:00
deltas.go build: fix gocritic lint issue elseif 2024-08-15 22:08:34 +01:00
help.go bisync: document beta status more clearly - fixes #6082 2024-01-20 15:38:26 -05:00
LICENSE.cjnaz bisync: implementation #5164 2021-11-01 21:00:27 +03:00
listing.go build: replace "golang.org/x/exp/slices" with "slices" now go1.21 is required 2024-09-25 16:03:43 +01:00
lockfile.go bisync: fix endless loop if lockfile decoder errors 2024-04-10 16:33:05 +01:00
log.go build: fix comments after golangci-lint upgrade 2024-11-11 18:03:36 +00:00
march.go bisync: Graceful Shutdown, --recover from interruptions without --resync - fixes #7470 2024-01-20 16:31:28 -05:00
operations.go bisync: change exit code from 2 to 7 for critically aborted run 2024-09-20 18:51:08 +02:00
queue.go build: bisync: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:21:31 +01:00
rc.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00
resolve.go build: bisync: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:21:31 +01:00
resync.go build: bisync: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:21:31 +01:00