Skip to content

Commit

Permalink
Avoid double definition of child logger in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Mar 29, 2024
1 parent 38553b5 commit 5378c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/cli/src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
safelyAccessEnvVar,
} from '@hyperlane-xyz/utils';

let logger = rootLogger.child({ module: 'cli' });
let logger = rootLogger;

export function configureLogger(logFormat: LogFormat, logLevel: LogLevel) {
logFormat =
Expand Down

0 comments on commit 5378c12

Please sign in to comment.