docs: update TROUBLESHOOTING.md with LOG_LEVEL instruction

This commit is contained in:
Nicolas Meienberger
2026-02-18 21:55:46 +01:00
parent 8fcd446926
commit f3608b0f30

View File

@@ -7,6 +7,17 @@ In case you need further assistance, feel free to open a new issue with detailed
> [!WARNING]
> Make sure to never share sensitive information such as passwords, access keys, or personal data in public issues so remove them from logs before posting.
Before troubleshooting, enable debug logging so the logs contain enough detail to diagnose issues.
```yaml
services:
zerobyte:
environment:
- LOG_LEVEL=debug
```
After adding `LOG_LEVEL=debug`, restart Zerobyte and then collect logs.
To view the logs, run the command below:
```bash