Skip to content

Generate debug log for support

abraunegg edited this page Mar 17, 2020 · 11 revisions

In some cases it may be necessary to generate a debug log to assist further with analysing what is occurring. Before generating a debug log, if you are running the OneDrive init.d or systemd service, you must stop this service first before generating the debug log.

To generate the debug log, use one of the following commands:

Standalone mode

onedrive --synchronize --verbose --verbose > debug_output.log 2>&1

Monitor mode

onedrive --monitor --verbose --verbose > debug_output.log 2>&1

Once complete, archive and email debug_output.log to [email protected]

Clone this wiki locally