feat: debug log executor result files
This commit is contained in:
parent
e2bf6d3cf1
commit
4c00904f25
|
@ -25,6 +25,9 @@ func Run(stages []Stage) (stageResults []StageResult, err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
slog.Debug("executor run done", "results", executorResults)
|
slog.Debug("executor run done", "results", executorResults)
|
||||||
|
for _, executorResult := range executorResults {
|
||||||
|
slog.Debug("executor run done", "result.Files", executorResult.Files)
|
||||||
|
}
|
||||||
slog.Info("parser run start")
|
slog.Info("parser run start")
|
||||||
slog.Debug("parser run start", "conf", stage.ParserConf)
|
slog.Debug("parser run start", "conf", stage.ParserConf)
|
||||||
parser, ok := parserMap[stage.ParserName]
|
parser, ok := parserMap[stage.ParserName]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user