docs: update TROUBLESHOOTING.md with LOG_LEVEL instruction
This commit is contained in:
parent
8fcd446926
commit
f3608b0f30
1 changed files with 11 additions and 0 deletions
|
|
@ -7,6 +7,17 @@ In case you need further assistance, feel free to open a new issue with detailed
|
||||||
> [!WARNING]
|
> [!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.
|
> 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:
|
To view the logs, run the command below:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue