Skip to content

Commit

Permalink
feat(logger): adds ts-jest version in the logger's context
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Sep 3, 2018
1 parent 516cfa7 commit bb0c06e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const buildOptions = () => ({
context: {
[LogContexts.package]: 'ts-jest',
[LogContexts.logLevel]: LogLevels.trace,
version: require('../../package.json').version,
},
targets: process.env.TS_JEST_LOG || undefined,
})
Expand Down

0 comments on commit bb0c06e

Please sign in to comment.