Skip to content

Commit 2414278

Browse files
committed
fix info/http log levels
1 parent 97b9fe8 commit 2414278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/logger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import winston from 'winston';
33
const levels = {
44
error: 0,
55
warn: 1,
6-
info: 2,
7-
http: 3,
6+
http: 2,
7+
info: 3,
88
verbose: 4,
99
debug: 5,
1010
silly: 6

0 commit comments

Comments
 (0)