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_DEBUGenv var usage from CI config and CLI flags - Replace per-component
slog.Loggerinstances with context-based logging viapkg/runner/log - Remove
RunningInDebugModeglobal variable - Simplify
--write-steps-resultsflag to default tofalse(no longer auto-enabled by debug mode)
Related
Edited by Cameron Swords