summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/log4js/test/with-dateFile.json
blob: 187274331c923dad2b980a2cc2319a0198153ebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "appenders": [
    { 
      "category": "tests", 
      "type": "dateFile", 
      "filename": "test/date-file-test.log",
      "pattern": "-from-MM-dd", 
      "layout": { 
        "type": "messagePassThrough" 
      } 
    }
  ],
  
  "levels": {
    "tests":  "WARN"
  }
}