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.
2 parents 7dc2582 + a3b929d commit 266f82fCopy full SHA for 266f82f
internal/rpcgateway/rpcgateway.go
@@ -37,7 +37,7 @@ func (r *RPCGateway) Stop(c context.Context) error {
37
}
38
39
func NewRPCGateway(config RPCGatewayConfig, router *chi.Mux) (*RPCGateway, error) {
40
- logLevel := slog.LevelWarn
+ logLevel := slog.LevelInfo
41
if os.Getenv("DEBUG") == "true" {
42
logLevel = slog.LevelDebug
43
0 commit comments