mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 11:51:11 +00:00
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:
parent
c88a2349d8
commit
01c21b978a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue