We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
source
1 parent 4cc6ade commit b7dcd56Copy full SHA for b7dcd56
plugin/plugin.go
@@ -179,7 +179,7 @@ func (p *Plugin) Targets() []BuildTarget {
179
}
180
181
func (p *Plugin) SetLogger(logger zerolog.Logger) {
182
- p.logger = logger.With().Str("module", p.name+"-src").Logger()
+ p.logger = logger.With().Str("module", p.name+"-"+string(p.Kind())).Logger()
183
184
185
func (p *Plugin) Tables(ctx context.Context, options TableOptions) (schema.Tables, error) {
0 commit comments