Skip to content

Commit

Permalink
Merge pull request #11 from sygmaprotocol/mmuftic/update-log-info
Browse files Browse the repository at this point in the history
chore: change default log lvl. to info
  • Loading branch information
MakMuftic authored Apr 10, 2024
2 parents 7dc2582 + a3b929d commit 266f82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rpcgateway/rpcgateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (r *RPCGateway) Stop(c context.Context) error {
}

func NewRPCGateway(config RPCGatewayConfig, router *chi.Mux) (*RPCGateway, error) {
logLevel := slog.LevelWarn
logLevel := slog.LevelInfo
if os.Getenv("DEBUG") == "true" {
logLevel = slog.LevelDebug
}
Expand Down

0 comments on commit 266f82f

Please sign in to comment.