Update RUST_LOG from verbose to debug, as verbose outputs no logging (#311)

* Update RUST_LOG from verbose to debug, as verbose outputs no logging

* Use RUST_LOG=trace

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
Ben Curtis 2024-09-21 10:14:47 -04:00 committed by GitHub
parent c88a2349d8
commit 01c21b978a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ For frontend issues, check the [browser console](https://webmasters.stackexchang
For server logs, run `docker compose logs -f lemmy` in your installation folder. You can also do `docker compose logs -f lemmy lemmy-ui pictrs` to get logs from different services.
If that doesn't give enough info, try changing the line `RUST_LOG=error` in `docker-compose.yml` to `RUST_LOG=info` or `RUST_LOG=verbose`, then do `docker compose restart lemmy`.
If that doesn't give enough info, try changing the line `RUST_LOG=error` in `docker-compose.yml` to `RUST_LOG=info` or `RUST_LOG=trace`, then do `docker compose restart lemmy`.
### Creating admin user doesn't work