Skip to content

Commit bea9c34

Browse files
papbDABH
authored andcommitted
Update README.md (#1743)
1 parent 319abf1 commit bea9c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ const logger = winston.createLogger({
5555
defaultMeta: { service: 'user-service' },
5656
transports: [
5757
//
58-
// - Write to all logs with level `info` and below to `combined.log`
59-
// - Write all logs error (and below) to `error.log`.
58+
// - Write all logs with level `error` and below to `error.log`
59+
// - Write all logs with level `info` and below to `combined.log`
6060
//
6161
new winston.transports.File({ filename: 'error.log', level: 'error' }),
6262
new winston.transports.File({ filename: 'combined.log' })

0 commit comments

Comments
 (0)