Skip to content

Commit

Permalink
add logs config to config struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM committed Feb 7, 2024
1 parent 9c61b50 commit 55294bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func main() {
},
Log: log.Config{Level: "info", Environment: "development", Outputs: []string{"stderr"}},
}
log.Init(config.Log)
log.Debug("Creating ethtxmanager")
client, err := ethtxmanager.New(config)
if err != nil {
Expand Down

0 comments on commit 55294bb

Please sign in to comment.