Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / log4js / test / with-log-rolling.json
1 {
2   "appenders": [
3     {
4       "type": "file",
5       "filename": "tmp-test.log",
6       "maxLogSize": 1024,
7       "backups": 3
8     }
9   ]
10 }