Skip to content

Commit

Permalink
revert debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Oct 1, 2024
1 parent 981716b commit 919c6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/quote/injector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class QuoteHandlerInjector extends InjectorSOR<
// All other requests will only log warnings and errors.
// Note that we use WARN as a default rather than ERROR
// to capture Tapcompare logs in the smart-order-router.
const logLevel = Math.random() < 0.1 ? bunyan.DEBUG : bunyan.DEBUG
const logLevel = Math.random() < 0.1 ? bunyan.INFO : bunyan.WARN

const {
tokenInAddress,
Expand Down

0 comments on commit 919c6ff

Please sign in to comment.