diff --git a/plugin/plugin.go b/plugin/plugin.go index 702ca83ad6..2c60f11107 100644 --- a/plugin/plugin.go +++ b/plugin/plugin.go @@ -179,7 +179,7 @@ func (p *Plugin) Targets() []BuildTarget { } func (p *Plugin) SetLogger(logger zerolog.Logger) { - p.logger = logger.With().Str("module", p.name+"-src").Logger() + p.logger = logger.With().Str("module", p.name+"-"+string(p.Kind())).Logger() } func (p *Plugin) Tables(ctx context.Context, options TableOptions) (schema.Tables, error) {