Hi! Is it possible to get full log of syncthing actions with files and folder? In oreder to check that everything goes right, I need to see what syncthing does with particular files.
It logs to stdout with varios switches enabled via envvars. Check the docs.
Unfortunately, stdout log doesn’t have file actions.
Check the manpage, syncthing(1), here: http://docs.syncthing.net/users/syncthing.html#development-settings
There’s nothing currently that logs all file actions in a clear manner. The closest you get is the audit log (-audit
) and the trace options (nasty for other reasons).
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.