Skip to content

Commit

Permalink
set runtime log level (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Apr 9, 2024
1 parent 8d52e3c commit b340edd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions networks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ for (const def of Object.values(networkDefs)) {
db: process.env.DB_PATH,
port: 0,
allowUnresolvedImports: true,
runtimeLogLevel: process.env.RUNTIME_LOG_LEVEL ? Number(process.env.RUNTIME_LOG_LEVEL) : 0,
...setupConfig.options,
...options,
}
Expand Down

0 comments on commit b340edd

Please sign in to comment.