Skip to content

Commit

Permalink
fix trace logging
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundnoble committed Jul 5, 2023
1 parent 90c4e0f commit 6b2cd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chainweb/Pact/PactService.hs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ withPactService ver cid chainwebLogger bhDb pdb sqlenv config act =
, _psAllowReadsInLocal = _pactAllowReadsInLocal config
, _psIsBatch = False
, _psCheckpointerDepth = 0
, _psTraceLogger = logFunctionJson chainwebLogger
, _psTraceLogger = logFunction chainwebLogger
, _psLogger = pactLogger
, _psGasLogger = gasLogger <$ guard (_pactLogGas config)
, _psLoggers = loggers
Expand Down

0 comments on commit 6b2cd80

Please sign in to comment.