diff --git a/internal/app/run/runner_test.go b/internal/app/run/runner_test.go index b324b0f5..8e3b9707 100644 --- a/internal/app/run/runner_test.go +++ b/internal/app/run/runner_test.go @@ -20,6 +20,10 @@ import ( "github.com/stretchr/testify/require" ) +func init() { + log.SetLevel(log.TraceLevel) +} + func TestExplainFailedGenerateWorkflow(t *testing.T) { logged := "" log := func(message string, args ...any) {