Skip to content

Commit

Permalink
🔊 Log options values in debug log when running an exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Apr 14, 2024
1 parent 54ca2bf commit 0f130d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ func (ctx *RunContext) BuildSome(include string, databaseDirectory string, outpu
}

for _, exporter := range ctx.Exporters {
ctx.LogDebug("Running exporter %s's after hook", exporter.Name())
options := ctx.Config.Exporters[exporter.Name()]
ctx.LogDebug("Running exporter %s's after hook with options %#v", exporter.Name(), options)
exporter.After(ctx, options, &works)
}

Expand Down

0 comments on commit 0f130d3

Please sign in to comment.