Skip to content

Commit 266f82f

Browse files
authored
Merge pull request #11 from sygmaprotocol/mmuftic/update-log-info
chore: change default log lvl. to info
2 parents 7dc2582 + a3b929d commit 266f82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/rpcgateway/rpcgateway.go

+1-1
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)