onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / sdnc / conf / admportal.log4js.json
1
2   "appenders": [ 
3         {
4                 "category": "accesslog",
5                 "type"    : "dateFile",
6                 "absolute": true,
7                 "filename": "/opt/admportal/logs/accesslog.rp",
8                 "pattern" : "-yyyy-MM-dd",
9                 "alwaysIncludePattern": true,
10         "backups" : 14
11         },
12         {
13         "category" : "usertrace",
14         "type"     : "file",
15                 "absolute" : true,
16         "filename" : "/opt/admportal/logs/usertrace.log"
17     },
18     { 
19         "category": "tracelog", 
20         "type"    : "dateFile", 
21         "absolute": true, 
22         "filename": "/opt/admportal/logs/tracelog.log",
23         "pattern": "-yyyy-MM-dd", 
24         "alwaysIncludePattern": true, 
25         "backups"  : 14
26     },
27         {
28                 "category" : "eipam",
29                 "type"     : "dateFile",
30         "absolute" : true, 
31                 "filename" : "/opt/admportal/logs/eipam.log",
32         "pattern"  : "-yyyy-MM-dd", 
33         "alwaysIncludePattern": true, 
34                 "backups"  : 14
35         }, 
36         {
37         "category" : "instar",
38         "type"     : "dateFile",
39         "absolute" : true,
40         "filename" : "/opt/admportal/logs/instar.log",
41         "pattern"  : "-yyyy-MM-dd",
42         "alwaysIncludePattern": true,
43         "backups"  : 14
44     },
45         {
46                 "category" : "app",
47                 "type"     : "dateFile",
48         "absolute" : true, 
49                 "filename" : "/opt/admportal/logs/app.log",
50         "pattern"  : "-yyyy-MM-dd", 
51         "alwaysIncludePattern": true, 
52                 "backups"  : 14
53         }, 
54         {
55                 "category" : "csp",
56                 "type"     : "dateFile",
57         "absolute" : true, 
58                 "filename" : "/opt/admportal/logs/csp.log",
59         "pattern"  : "-yyyy-MM-dd", 
60         "alwaysIncludePattern": true, 
61                 "backups"  : 14
62         }, 
63         {
64                 "category" : "db",
65                 "type"     : "dateFile",
66         "absolute" : true, 
67                 "filename" : "/opt/admportal/logs/db.log",
68                 "pattern"  : "-yyyy-MM-dd",
69                 "alwaysIncludePattern": true,
70                 "backups"  : 14
71         }, 
72         {
73                 "category" : "admin",
74                 "type"     : "dateFile",
75         "absolute" : true, 
76                 "filename" : "/opt/admportal/logs/admin.log",
77                 "pattern"  : "-yyyy-MM-dd",
78                 "alwaysIncludePattern": true,
79                 "backups"  : 14
80         }, 
81         {
82                 "category" : "resalloc",
83                 "type"     : "dateFile",
84         "absolute" : true, 
85                 "filename" : "/opt/admportal/logs/resalloc.log",
86                 "pattern"  : "-yyyy-MM-dd",
87                 "alwaysIncludePattern": true,
88                 "backups"  : 14
89         }, 
90         {
91         "category" : "logs",
92         "type"     : "dateFile",
93         "absolute" : true,
94         "filename" : "/opt/admportal/logs/applogs.log",
95         "pattern"  : "-yyyy-MM-dd",
96         "alwaysIncludePattern": true,
97         "backups"  : 14
98     },
99         {
100                 "category" : "sla",
101                 "type"     : "dateFile",
102         "absolute" : true, 
103                 "filename" : "/opt/admportal/logs/sla.log",
104                 "pattern"  : "-yyyy-MM-dd",
105                 "alwaysIncludePattern": true,
106                 "backups"  : 14
107         }, 
108         {
109                 "category" : "gamma",
110                 "type"     : "dateFile",
111         "absolute" : true, 
112                 "filename" : "/opt/admportal/logs/gamma.log",
113                 "pattern"  : "-yyyy-MM-dd",
114                 "alwaysIncludePattern": true,
115                 "backups"  : 14
116         }, 
117         {
118                 "category" : "odl",
119                 "type"     : "dateFile",
120         "absolute" : true, 
121                 "filename" : "/opt/admportal/logs/odl.log",
122                 "pattern"  : "-yyyy-MM-dd",
123                 "alwaysIncludePattern": true,
124                 "backups"  : 14
125         }, 
126         {
127         "category" : "mobility",
128         "type"     : "dateFile",
129         "absolute" : true,
130         "filename" : "/opt/admportal/logs/mobility.log",
131         "pattern"  : "-yyyy-MM-dd",
132         "alwaysIncludePattern": true,
133         "backups"  : 14
134     },
135         {
136         "category" : "ucpe",
137         "type"     : "dateFile",
138         "absolute" : true,
139         "filename" : "/opt/admportal/logs/ucpe.log",
140         "pattern"  : "-yyyy-MM-dd",
141         "alwaysIncludePattern": true,
142         "backups"  : 14
143     },
144         {
145                 "category" : "user",
146                 "type"     : "dateFile",
147         "absolute" : true, 
148                 "filename" : "/opt/admportal/logs/user.log",
149                 "pattern"  : "-yyyy-MM-dd",
150                 "alwaysIncludePattern": true,
151                 "backups"  : 14
152         } 
153   ] 
154 }