docs: update notes about nextcloud logging
This commit is contained in:
parent
eda18f3a9e
commit
1a75620006
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ Set loglevel to `0` for debug logs:
|
|||
services.nextcloud.settings.loglevel = 0;
|
||||
```
|
||||
|
||||
Then, logs appear in the `phpfpm-nextcloud.service` logs:
|
||||
Then, logs appear in the `phpfpm-nextcloud.service` and `nextcloud-*.service` logs:
|
||||
|
||||
```bash
|
||||
sudo journalctl -fu phpfpm-nextcloud
|
||||
sudo journalctl --follow --unit phpfpm-nextcloud --unit nextcloud-*.service
|
||||
```
|
||||
|
||||
Make sure to set the loglevel back to the default `2` warning after debugging:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue