-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
44 lines (43 loc) · 993 Bytes
/
config.json
File metadata and controls
44 lines (43 loc) · 993 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"site": {
"favicon": "https://github.com/favicon.ico",
"homepage": "https://github.com/algoriz/azure-h2o/blob/master/README.md"
},
"log4js": {
"appenders": [{
"category": "app",
"type": "console",
"layout": {
"type": "pattern",
"pattern": "[%d{yyyy-MM-dd hh:mm:ss.SSS}] %-5p %m"
}
},
{
"category": "app",
"type": "file",
"filename": "log/app.log",
"maxLogSize": 20480,
"backups": 2,
"layout": {
"type": "pattern",
"pattern": "[%d{yyyy-MM-dd hh:mm:ss.SSS}] %-5p %m"
}
},
{
"category": "trace",
"type": "file",
"filename": "log/trace.log",
"maxLogSize": 20480,
"backups": 2,
"layout": {
"type": "pattern",
"pattern": "[%d{yyyy-MM-dd hh:mm:ss.SSS}] %-5p %m"
}
}
],
"replaceConsole": true
},
"droplets": {
"maxApps": 32
}
}