Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2021-01-12 20:09:03 +0300
committerCamila <hello@camila.codes>2021-01-12 20:38:43 +0300
commitbba376e9446bdf47e1f548a81d9bec05dc7b8485 (patch)
tree24268a201c3f37a94cafed776263f1e81fe5e27a /doc
parent250fcf380b682b646c8b30e35c17f6151fe31676 (diff)
Update documentation with the new 3.1 option to "Create Debug Archive".
Signed-off-by: Camila <hello@camila.codes>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/create_debug_archive.pngbin0 -> 20110 bytes
-rw-r--r--doc/troubleshooting.rst19
2 files changed, 16 insertions, 3 deletions
diff --git a/doc/images/create_debug_archive.png b/doc/images/create_debug_archive.png
new file mode 100644
index 000000000..7159f6bef
--- /dev/null
+++ b/doc/images/create_debug_archive.png
Binary files differ
diff --git a/doc/troubleshooting.rst b/doc/troubleshooting.rst
index e6085bd3c..4ba7bd33a 100644
--- a/doc/troubleshooting.rst
+++ b/doc/troubleshooting.rst
@@ -114,7 +114,17 @@ quickly.
Obtaining the Client Log File
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-To obtain the client log file:
+Create Debug Archive
+~~~~~~~~~~~~~~~~~~~~
+
+Since the 3.1.0 release we made it easier for users to provide debug information: debug logging is enabled by default with expiration time set to 24 hours and under the "General" settings, you can click on "Create Debug Archive ..." to pick the location of where the desktop client will export the logs and the database to a zip file.
+
+ .. image:: images/create_debug_archive.png
+
+Keyboard shortcut
+~~~~~~~~~~~~~~~~~
+
+Another way to obtain the client log file:
1. Open the Nextcloud Desktop Client.
@@ -136,6 +146,9 @@ To obtain the client log file:
The log file is saved in the location specified.
+Command line
+~~~~~~~~~~~~
+
Alternatively, you can launch the Nextcloud Log Output window using the
``--logwindow`` command. After issuing this command, the Log Output window
opens to show the current log. You can then follow the same procedures
@@ -148,8 +161,8 @@ mentioned above to save the log to a file.
* macOS: ``/Applications/nextcloud.app/Contents/MacOS/nextcloud --logwindow``
* Linux: ``nextcloud --logwindow``
-Saving Files Directly
-~~~~~~~~~~~~~~~~~~~~~
+Config file
+~~~~~~~~~~~
The Nextcloud client enables you to save log files directly to a predefined file
or directory. This is a useful option for troubleshooting sporadic issues as