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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2016-12-19 02:19:23 +0300
committerGitHub <noreply@github.com>2016-12-19 02:19:23 +0300
commit0d22e2e2a44da6fe535549e66a13e84faede2b91 (patch)
treec12a01e498dc53434e20ce7847f78f5625e3545a /issue_template.md
parent04ca48aad4455524e5189a302da482c3a019ebf0 (diff)
Use hastebin for massive error outputs or logs
Diffstat (limited to 'issue_template.md')
-rw-r--r--issue_template.md14
1 files 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
+<!--
+Please use http://hastebin.com/ for long error messages or logs. Thanks!
+-->
+
+#### 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
```
-
-