docs: add ref link to debug mode
Some checks are pending
Internal - Main - Continuous Integration / ci (push) Waiting to run
Internal - Main - Continuous Integration / generate-readme (push) Blocked by required conditions

Signed-off-by: Emilien Escalle <neilime@users.noreply.github.com>
This commit is contained in:
Emilien Escalle 2025-01-30 10:04:38 +01:00 committed by GitHub
parent ad6e7b37dc
commit 765986dd3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ Some extra options can be passed to the `docker-compose up` command using the `u
### Post hook
On post hook, the action will run `docker-compose down` to clean up the services.
In debug mode, the logs of the running services are printed before the cleanup.
In [debug mode](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging), the logs of the running services are printed before the cleanup.
Some extra options can be passed to the `docker-compose down` command using the `down-flags` input.