Skip to content

Commit

Permalink
Added logging for initialize xplugeth
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-morlier committed Oct 11, 2024
1 parent 87dd70a commit f784482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cli/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func NewServer(config *Config, opts ...serverOption) (*Server, error) {
//begin xplugeth injection
if !disablePlugins() {
xplugeth.Initialize(pluginsConfig())
log.Info("xplugeth initialized")
}
//end xplugeth injection

Expand Down

0 comments on commit f784482

Please sign in to comment.