docs: update notes about nextcloud logging

This commit is contained in:
teutat3s 2025-04-24 10:15:12 +02:00
parent eda18f3a9e
commit 1a75620006
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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: