You can for the normal log files (see https://docs.syncthing.net/users/syncthing.html#cmdoption-logfile and the following log-related flags), but not the audit file.
Thank you for your reply. I will try it.
fyi: Just built 2.0.0.0-beta.11 for Android Happy backup first and testing!
Still in the same stuck state after upgrade to rc.13, guess I have to go back to v1.x ![]()
There’s not enough info there to say much. Take a support bundle?
Used --debug-reset-delta-idxs to see if it helps, issue with stuck folders is gone. Looks like something went wrong during the first index exchange. Also upgraded another device now, everything smooth there.
Hi, calmh, I want to know how can I use the correct version of SQLite when I am building syncthing by myself. Could you give me more details? Thanks.
It’s included in the Syncthing source, all you need to do is have a C compiler and set CGO_ENABLED=1 (which is the default if you’re not cross compiling).
Thanks. I build it by VS Code and have not changed any config information.