@@ -57,6 +57,14 @@ This is the basic pattern for configuring the templates!
You'll find configuration details in each template reference documentation.
### How can I activate debug logs in to be continuous pipeline jobs
Each template enable debug logs when `$TRACE` is set.
So you may simply manually run your pipeline, and set `TRACE=true` interactively (any non-empty value is okay).
:warning: this is different (and complementary) to GitLab's [`CI_DEBUG_TRACE`](https://docs.gitlab.com/ee/ci/variables/#enable-debug-logging) variable.
## Secrets managements
Most of our templates manage :lock: **secrets** (access tokens, user/passwords, ...).