diff --git a/src/administration/troubleshooting.md b/src/administration/troubleshooting.md index 19604a9..da5e65c 100644 --- a/src/administration/troubleshooting.md +++ b/src/administration/troubleshooting.md @@ -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