From 01c21b978a540e8b6e4dc1260a00b201c0b2ae59 Mon Sep 17 00:00:00 2001 From: Ben Curtis Date: Sat, 21 Sep 2024 10:14:47 -0400 Subject: [PATCH] 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 --- src/administration/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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