Skip to content

Commit

Permalink
Fix monitor not logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Jun 23, 2023
1 parent 8c51395 commit c3d9f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/monitor/monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import {
} from "../sourcify-chains";
import { toChecksumAddress } from "web3-utils";
import { logger } from "../common/loggerLoki";
import "../common/SourcifyEventManager/listeners/logger";

const BLOCK_PAUSE_FACTOR =
parseInt(process.env.BLOCK_PAUSE_FACTOR || "") || 1.1;
Expand Down

0 comments on commit c3d9f10

Please sign in to comment.