fix(cmd/joj3): generated stages log level
All checks were successful
submodules sync / sync (push) Successful in 1m12s
build / build (push) Successful in 2m56s
build / trigger-build-image (push) Successful in 13s

This commit is contained in:
张泊明518370910136 2025-05-25 02:54:46 -04:00
parent f357fd2756
commit 613eafba1c
GPG Key ID: D47306D7062CDA9D

View File

@ -127,7 +127,7 @@ func generateStages(confStages []conf.ConfStage, groups []string) (
Parsers: parsers, Parsers: parsers,
}) })
} }
slog.Info("stages generated", "stages", stages) slog.Debug("stages generated", "stages", stages)
return stages, nil return stages, nil
} }