Skip to content

Commit

Permalink
refactor(config): expose root logger constant (#2422)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Mar 3, 2021
1 parent 0fb6b45 commit 174fb74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ const buildOptions = () => ({
targets: process.env.TS_JEST_LOG || undefined,
})

/**
* @internal
*/
export let rootLogger = createLogger(buildOptions())

backportTsJestDebugEnvVar(rootLogger)
Expand Down

0 comments on commit 174fb74

Please sign in to comment.