Add note on debugging

This commit is contained in:
David Boreham 2023-05-24 12:12:20 -06:00 committed by GitHub
parent 3f11082d3e
commit b5a31b2c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,3 +16,11 @@ docker build -t cerc/act-runner:local .
1. Bring up the gitea cluster `docker compose up -d`
1. Run the script `./initialize-gitea.sh`
1. Note the access token printed, it will be needed to publish packages.
#### Debugging
Gitea server logs can be seen via docker logs <container-id>.
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.