forked from PastVu/pastvu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog4js.json
executable file
·107 lines (107 loc) · 1.94 KB
/
log4js.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"replaceConsole": true,
"appenders": [
{
"type": "file",
"filename": "all.log",
"maxLogSize": 15728640,
"backups": 3
},
{
"type": "file",
"filename": "app.log",
"maxLogSize": 10485760,
"backups": 2,
"category": ["app", "systemjs.js"]
},
{
"type": "file",
"filename": "session.log",
"maxLogSize": 1048576,
"backups": 2,
"category": ["session", "auth.js"]
},
{
"type": "file",
"filename": "common.log",
"maxLogSize": 10485760,
"backups": 2,
"category": ["index.js", "profile.js", "cluster.js", "comment.js", "userobjectrel.js"]
},
{
"type": "file",
"filename": "photo.log",
"maxLogSize": 10485760,
"category": ["photo.js"]
},
{
"type": "file",
"filename": "region.log",
"maxLogSize": 1048576,
"backups": 1,
"category": ["region.js"]
},
{
"type": "file",
"filename": "mail.log",
"maxLogSize": 1048576,
"backups": 1,
"category": ["mail.js"]
},
{
"type": "file",
"filename": "404.log",
"maxLogSize": 1048576,
"backups": 2,
"category": ["404.js"]
},
{
"type": "file",
"filename": "error.log",
"maxLogSize": 1048576,
"backups": 2,
"category": ["error.js"]
},
{
"type": "file",
"filename": "converter.log",
"maxLogSize": 524288,
"backups": 2,
"category": ["converter.js"]
},
{
"type": "file",
"filename": "uploader.log",
"maxLogSize": 1048576,
"backups": 0,
"category": ["uploader"]
},
{
"type": "file",
"filename": "downloader.log",
"maxLogSize": 1048576,
"backups": 0,
"category": ["downloader"]
},
{
"type": "file",
"filename": "subscriber.log",
"maxLogSize": 1048576,
"backups": 1,
"category": ["subscr.js"]
},
{
"type": "file",
"filename": "api.log",
"maxLogSize": 1048576,
"backups": 3,
"category": ["api.js"]
},
{
"type": "file",
"filename": "sitemap.log",
"maxLogSize": 1048576,
"category": ["sitemap"]
}
]
}