Skip to content

Commit

Permalink
chore: lower the log level to save cpu cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode committed Sep 19, 2024
1 parent 2de4d93 commit 8ca26d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/extension/src/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { startHeartbeat } from "./heartbeat"
import { start } from "@substrate/light-client-extension-helpers/smoldot"

register({
smoldotClient: start({ maxLogLevel: 4 }),
smoldotClient: start({ maxLogLevel: 3 }),
getWellKnownChainSpecs: () =>
// Note that this list doesn't necessarily always have to match the list of well-known
// chains in `@substrate/connect`. The list of well-known chains is not part of the stability
Expand Down

0 comments on commit 8ca26d6

Please sign in to comment.