aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/log4js/test/with-categoryFilter.json
blob: 7998cc8540cf66b00aaf396776aa57aef1a17e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "appenders": [
    { 
      "type": "categoryFilter",
      "exclude": "web",
      "appender": {
        "type": "file",
        "filename": "test/categoryFilter-noweb.log", 
        "layout": { 
          "type": "messagePassThrough" 
        } 
      }
    },
    { 
      "category": "web", 
      "type": "file",
      "filename": "test/categoryFilter-web.log", 
      "layout": { 
        "type": "messagePassThrough" 
      } 
    }
  ]
}