From 0d22e2e2a44da6fe535549e66a13e84faede2b91 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 19 Dec 2016 00:19:23 +0100 Subject: [PATCH] Use hastebin for massive error outputs or logs --- issue_template.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/issue_template.md b/issue_template.md index 3be78d8b..462fa1b7 100644 --- a/issue_template.md +++ b/issue_template.md @@ -24,14 +24,16 @@ Tell us what happens instead **Updated from an older installed version or fresh install:** ## Logs -#### Web server error log + + +#### Log file (/var/ncdata/nextcloud.log) ``` -Insert your webserver log here +Insert your nextcloud.log file here ``` -#### Log file (data/nextcloud.log) +#### Installation log (command output) ``` -Insert your Nextcloud.log file here +Insert the CLI output here ``` - -