-
Couldn't load subscription status.
- Fork 76
How to dump logs
- From menu (button with three dots) select
Settingsand go to theDebugtab. - Check
log to fileand choose where to save logs. - Set
Logging levelto all. - Click OK and restart subsync.

Now everything you do will be logged to file selected in step 2.
Don't forget to disable logging after your done or the file will grow every time you use subsync.
Run subsync with following arguments:
subsync --loglevel=DEBUG --logfile=/path/to/subsync.log
Logs will be saved to /path/to/subsync.log. --logfile argument could be omitted, in that case logs will be printed on terminal.
This method could be used to log both GUI and headless runs.
If you are already using some command line arguments, make sure that --loglevel and --logfile goes before command (sync, batch or settings argument), e.g. put it in front of the arguments list.
For complete list of arguments see command line options or run subsync --help.