Skip to content

Commit a3b929d

Browse files
committed
change default log to info
1 parent 7dc2582 commit a3b929d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/rpcgateway/rpcgateway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (r *RPCGateway) Stop(c context.Context) error {
3737
}
3838

3939
func NewRPCGateway(config RPCGatewayConfig, router *chi.Mux) (*RPCGateway, error) {
40-
logLevel := slog.LevelWarn
40+
logLevel := slog.LevelInfo
4141
if os.Getenv("DEBUG") == "true" {
4242
logLevel = slog.LevelDebug
4343
}

0 commit comments

Comments
 (0)