mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
chore(refactor): default level should be OFF
This commit is contained in:
parent
06e6708db9
commit
f6095a3942
@ -60,7 +60,7 @@ class Logger {
|
||||
get level() {
|
||||
return levels.getLevel(
|
||||
categories.getLevelForCategory(this.category),
|
||||
levels.TRACE
|
||||
levels.OFF
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user