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=1GitLab CI:
CI_DEBUG_TRACE=1Azure DevOps:
SYSTEM_DEBUG=trueBuildkite:
BUILDKITE_DEBUG=1
Manual Override
SFP_DEBUG=1 sfp buildLast updated