Skip to content

Commit

Permalink
Output debug message when plugin config is loaded (#3214)
Browse files Browse the repository at this point in the history
This clarifies the point at which a plugin's configuration is merged
into the main configuration.
  • Loading branch information
chrisnovakovic authored Aug 9, 2024
1 parent e4e185b commit b6c065f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parse/asp/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ func (i *interpreter) loadPluginConfig(s *scope, pluginState *core.BuildState) {
return
}

log.Debugf("Loading configuration for plugin %s", pluginName)

if s.config.overlay == nil {
s.config.overlay = pyDict{}
}
Expand Down

0 comments on commit b6c065f

Please sign in to comment.