Skip to content

Commit

Permalink
Merge pull request smartcontractkit#3190 from smartcontractkit/bugfix…
Browse files Browse the repository at this point in the history
…/173947075-log-explorer-sql-queries-in-dev

Log explorer SQL queries in development
  • Loading branch information
rupurt authored Jul 24, 2020
2 parents 947cb40 + c72873f commit afe0738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/src/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ switch (Config.env()) {
break
default:
options.prettyPrint = { colorize: true }
options.level = 'debug'
options.level = 'trace'
}
export const logger = pino(options)

Expand Down

0 comments on commit afe0738

Please sign in to comment.