logfile for changes

hey there,

I’m looking for some kind of logfile to check which files got synced and which maybe not. Using the UI buttong “Recent Changes” only gives me an overview of the last ones. I’ve enabled the ‘–logfile “/path/to/logfile”’ option in systemd service file, but this seems to be related to server logging only, using logflags=2.

Could someone point me in the right direction here?

Thx

--verbose and --audit may be useful

jup this works, thx!

$ grep “^ExecStart” /etc/systemd/system/syncthing.service ExecStart=/usr/bin/syncthing serve --no-browser --no-restart --logflags=2 --logfile “/path/to/syncthing.log” --audit --auditfile=/path/to/audit.log --verbose

1 Like