# Auto-Enable Trace Logging in CI/CD

u# Auto-Enable Trace Logging in CI/CD *Available from October 2025*

sfp automatically enables trace logging when CI/CD debug mode is detected.

### Supported CI Platforms

* **GitHub Actions**: `RUNNER_DEBUG=1`
* **GitLab CI**: `CI_DEBUG_TRACE=1`
* **Azure DevOps**: `SYSTEM_DEBUG=true`
* **Buildkite**: `BUILDKITE_DEBUG=1`

### Manual Override

```bash
SFP_DEBUG=1 sfp build
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flxbl.io/flxbl/sfp/faqs/common-questions/auto-trace-logging.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
