mirror of
https://github.com/wireadmin/wireadmin
synced 2025-01-23 12:27:00 +00:00
fix
This commit is contained in:
parent
4875f6dea2
commit
c98f2df06d
@ -11,7 +11,7 @@ const LOG_COLORS = process.env.LOG_COLORS || 'true';
|
|||||||
const options: LoggerOptions = {
|
const options: LoggerOptions = {
|
||||||
level: LOG_LEVEL,
|
level: LOG_LEVEL,
|
||||||
customLevels: {
|
customLevels: {
|
||||||
http: 10,
|
trace: 10,
|
||||||
info: 30,
|
info: 30,
|
||||||
debug: 35,
|
debug: 35,
|
||||||
warn: 40,
|
warn: 40,
|
||||||
|
Loading…
Reference in New Issue
Block a user