Skip to content

Commit

Permalink
🧹 Attach zerolog logger to plugin clients. (#3000)
Browse files Browse the repository at this point in the history
Signed-off-by: Preslav <[email protected]>
  • Loading branch information
preslavgerchev authored Jan 12, 2024
1 parent f8e28a1 commit b0d48e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (c *coordinator) Start(id string, isEphemeral bool, update UpdateProvidersC
AllowedProtocols: []plugin.Protocol{
plugin.ProtocolNetRPC, plugin.ProtocolGRPC,
},
Logger: &hclogger{},
Logger: &hclogger{Logger: log.Logger},
Stderr: os.Stderr,
})

Expand Down

0 comments on commit b0d48e4

Please sign in to comment.