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.
1 parent 85254d6 commit 5b271d9Copy full SHA for 5b271d9
rosetta/rosetta.go
@@ -131,8 +131,6 @@ func loggerMiddleware(router http.Handler) http.Handler {
131
r.RequestURI,
132
time.Since(start),
133
)
134
- utils.Logger().Info().Msg(msg)
135
- // Print to stdout for quick check of rosetta activity
136
- fmt.Printf("%s %s\n", time.Now().Format("2006-01-02 15:04:05"), msg)
+ utils.Logger().Debug().Msg(msg)
137
})
138
}
0 commit comments