Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / log4js / test / with-categoryFilter.json
1 {
2   "appenders": [
3     { 
4       "type": "categoryFilter",
5       "exclude": "web",
6       "appender": {
7         "type": "file",
8         "filename": "test/categoryFilter-noweb.log", 
9         "layout": { 
10           "type": "messagePassThrough" 
11         } 
12       }
13     },
14     { 
15       "category": "web", 
16       "type": "file",
17       "filename": "test/categoryFilter-web.log", 
18       "layout": { 
19         "type": "messagePassThrough" 
20       } 
21     }
22   ]
23 }