Skip to content

Commit

Permalink
Update README.md (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
papb authored and DABH committed Dec 16, 2019
1 parent 319abf1 commit bea9c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -55,8 +55,8 @@ const logger = winston.createLogger({
defaultMeta: { service: 'user-service' },
transports: [
//
// - Write to all logs with level `info` and below to `combined.log`
// - Write all logs error (and below) to `error.log`.
// - Write all logs with level `error` and below to `error.log`
// - Write all logs with level `info` and below to `combined.log`
//
new winston.transports.File({ filename: 'error.log', level: 'error' }),
new winston.transports.File({ filename: 'combined.log' })
Expand Down

0 comments on commit bea9c34

Please sign in to comment.