-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlog4js.json
More file actions
31 lines (31 loc) · 805 Bytes
/
Copy pathlog4js.json
File metadata and controls
31 lines (31 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"appenders": {
"console": {
"type": "console"
},
"app": {
"type": "dateFile",
"filename": "logs/app/app.log",
"alwaysIncludePattern": true,
"keepFileExt": true
},
"pty": {
"type": "dateFile",
"filename": "logs/pty/pty.log",
"alwaysIncludePattern": true,
"keepFileExt": true
},
"auth": {
"type": "dateFile",
"filename": "logs/auth/auth.log",
"alwaysIncludePattern": true,
"keepFileExt": true
}
},
"categories": {
"default": { "appenders": [ "console" ], "level": "debug" },
"app": { "appenders": [ "console", "app" ], "level": "debug" },
"pty": { "appenders": [ "console", "pty" ], "level": "debug" },
"auth": { "appenders": [ "console", "auth" ], "level": "debug" }
}
}