Add link to debugging doc

This commit is contained in:
David Boreham 2023-06-22 08:15:59 -06:00 committed by GitHub
parent 1de319f3dc
commit 2f509cfa98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,3 +24,4 @@ To enable more verbose log output add an environment variable definition like:
GITEA__log__LEVEL=TRACE
```
to the `server` definition in `docker-compose.yml` and re-start.
Details on how to setup remote debugging of the gitea server inside its container can be found [here](gitea-debugging.md).