chore: Make http log level lower than info

This commit is contained in:
Faruk AYDIN
2024-02-19 21:14:54 +01:00
parent 93bcdfd9c9
commit 50d38ffbd8

View File

@@ -4,8 +4,8 @@ import appConfig from '../config/app.js';
const levels = {
error: 0,
warn: 1,
info: 2,
http: 3,
http: 2,
info: 3,
debug: 4,
};