From 6c36041829d8bc40a9085c0116d56b4b058558a6 Mon Sep 17 00:00:00 2001 From: Camila Date: Tue, 25 Aug 2020 10:37:29 +0200 Subject: [PATCH] Add --logdebug parameter to instructions in issue_template for Github. Signed-off-by: Camila --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 7bcd37e0a..c6b156277 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -53,7 +53,7 @@ Storage backend (external storage): Please use Gist (https://gist.github.com/) or a similar code paster for longer logs. -1. Client logfile: Output of `nextcloud --logwindow` or `nextcloud --logfile log.txt` +1. Client logfile: Output of `nextcloud --logdebug --logwindow` or `nextcloud --logdebug --logfile log.txt` (On Windows using `cmd.exe`, you might need to first `cd` into the Nextcloud directory) (See also https://docs.nextcloud.com/desktop/2.3/troubleshooting.html#log-files)