mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 19:58:56 +03:00
Advertise the use of Gists for long logs
This commit is contained in:
parent
9055c6ade7
commit
f42a6d6ef6
1 changed files with 8 additions and 12 deletions
|
@ -33,18 +33,14 @@ Installation path of client:
|
||||||
|
|
||||||
### Logs
|
### Logs
|
||||||
|
|
||||||
#### output of `owncloud --logwindow` or `owncloud --logfile log.txt`
|
Please use Gist (https://gist.github.com/) or a similar code paster for longer
|
||||||
```
|
logs.
|
||||||
Insert your log output here
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Web server error log
|
```Template for output < 10 lines```
|
||||||
```
|
|
||||||
Insert your webserver log here
|
|
||||||
```
|
|
||||||
|
|
||||||
#### ownCloud log (data/owncloud.log)
|
1. Output of `owncloud --logwindow` or `owncloud --logfile log.txt`
|
||||||
```
|
|
||||||
Insert your ownCloud log here
|
2. Web server error log:
|
||||||
```
|
|
||||||
|
3. ownCloud log (data/owncloud.log):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue