Replace CI_STEPS_DEBUG with CI_FUNCS_LOG_LEVEL

Removes CI_STEPS_DEBUG environment variable and replaces debug logging with a centralized pkg/runner/log package that uses CI_FUNCS_LOG_LEVEL.

Changes:

  • Remove CI_STEPS_DEBUG env var usage from CI config and CLI flags
  • Replace per-component slog.Logger instances with context-based logging via pkg/runner/log
  • Remove RunningInDebugMode global variable
  • Simplify --write-steps-results flag to default to false (no longer auto-enabled by debug mode)

Step Runner cache not updating on Windows (#337 - closed)

Edited by Cameron Swords

Merge request reports

Loading