mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 10:09:54 +00:00
Merge pull request #25 from LemmyNet/browser-console
Mention browser console for troubleshooting
This commit is contained in:
commit
5069cf9fb9
1 changed files with 4 additions and 2 deletions
|
@ -6,9 +6,11 @@ Many Lemmy features depend on a correct reverse proxy configuration. Make sure y
|
||||||
|
|
||||||
## General
|
## General
|
||||||
|
|
||||||
### Various problems
|
### Logs
|
||||||
|
|
||||||
Use `docker-compose logs -f lemmy` in your installation folder on the server to view the logs. You can also do `docker-compose logs -f lemmy lemmy-ui pictrs` to get logs from different services.
|
For frontend issues, check the [browser console](https://webmasters.stackexchange.com/a/77337) for any error messages.
|
||||||
|
|
||||||
|
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=verbose`, then do `docker-compose restart lemmy`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue