Skip to content

Commit

Permalink
refactor(loggers): use export * as
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed May 4, 2020
1 parent 5120cc0 commit a63c6a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages-backend/loggers/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ export { default as createApplicationLogger } from './create-application-logger'
export { default as rewriteFieldsFormatter } from './formatters/rewrite-fields';

// Re-export winston for convenience
import * as winston from 'winston';
export { winston };
export * as winston from 'winston';

0 comments on commit a63c6a3

Please sign in to comment.