From: Camila Date: Tue, 8 Sep 2020 13:00:28 +0000 (+0200) Subject: Update troubleshooting instructions with the newly added config file options. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~22^2~186^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fecc62b7e120b628e2e94b7a31fa9463386de2ad;p=nextcloud-desktop.git Update troubleshooting instructions with the newly added config file options. Signed-off-by: Camila --- diff --git a/doc/troubleshooting.rst b/doc/troubleshooting.rst index f5a1892ab..880aa82e7 100644 --- a/doc/troubleshooting.rst +++ b/doc/troubleshooting.rst @@ -177,6 +177,21 @@ issue the following command: nextcloud --logdir /tmp/nextcloud_logs --logexpire 48 ``` +Alternatively, you can add the following to the configuration file: +``` +logDebug=true +logExpire= +logDir= +``` + +Once you restart the client, you will find the log file in the ```` defined in ``logDir``. + + .. note:: You will find the configuration file in the following locations: + + * Microsoft Windows systems: ``%APPDATA%\Nextcloud\nextcloud.cfg`` + * macOS systems: ``$HOME/Library/Preferences/Nextcloud/nextcloud.cfg`` + * Linux distributions: ``$HOME/.config/Nextcloud/nextcloud.cfg`` + Nextcloud server Log File ~~~~~~~~~~~~~~~~~~~~~~~~~