mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 18:41:59 -07:00
55e0ac3e24
Currently all errors during pulling and the first of these errors again on finishing are logged to info. Besides that the errors logged when finishing are stored in f.errors. This PR moves all logging during pulling to the debug channel (they might still be relevant in some obscure debugging case) and uses the stored errors to log the main error per fail when all pulling iterations are done and failed. Additional instead of trying 11 times it now only tries 3 times. This is the first part of what is discussed here: https://forum.syncthing.net/t/reduce-verboseness-of-puller/10261 GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4338 |
||
---|---|---|
.. | ||
testdata | ||
.gitignore | ||
debug.go | ||
deviceactivity_test.go | ||
deviceactivity.go | ||
devicedownloadstate_test.go | ||
devicedownloadstate.go | ||
doc.go | ||
folder.go | ||
folderscanner.go | ||
folderstate.go | ||
model_test.go | ||
model.go | ||
progressemitter_test.go | ||
progressemitter.go | ||
queue_test.go | ||
queue.go | ||
requests_test.go | ||
rofolder.go | ||
rwfolder_test.go | ||
rwfolder.go | ||
sentdownloadstate.go | ||
sharedpullerstate_test.go | ||
sharedpullerstate.go | ||
sorter_test.go | ||
sorter.go | ||
util.go |