We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b9fe8 commit 2414278Copy full SHA for 2414278
src/utils/logger.ts
@@ -3,8 +3,8 @@ import winston from 'winston';
3
const levels = {
4
error: 0,
5
warn: 1,
6
- info: 2,
7
- http: 3,
+ http: 2,
+ info: 3,
8
verbose: 4,
9
debug: 5,
10
silly: 6
0 commit comments