Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit 66816fe

Browse files
committed
Update depedencies
1 parent 73f34a8 commit 66816fe

File tree

2 files changed

+463
-11
lines changed

2 files changed

+463
-11
lines changed

config/log4js.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
2-
"appenders": [
3-
{
2+
"appenders": {
3+
"all": {
44
"category": "application",
55
"type": "console",
6-
"layout": {
7-
"type": "pattern",
8-
"pattern": "%[%r %-5p% | %]%m"
9-
}
6+
"pattern": "%[%r %-5p% | %]%m"
107
}
11-
],
12-
13-
"levels": {
14-
"[all]": "trace"
8+
},
9+
"categories": {
10+
"default": { "appenders": ["all"], "level": "TRACE" }
1511
}
16-
}
12+
}

0 commit comments

Comments
 (0)