This commit is contained in:
Shahrad Elahi 2024-02-07 18:48:26 +03:30
parent 4875f6dea2
commit c98f2df06d

View File

@ -11,7 +11,7 @@ const LOG_COLORS = process.env.LOG_COLORS || 'true';
const options: LoggerOptions = {
level: LOG_LEVEL,
customLevels: {
http: 10,
trace: 10,
info: 30,
debug: 35,
warn: 40,