aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/log4js/test/with-log-rolling.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/log4js/test/with-log-rolling.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/log4js/test/with-log-rolling.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/log4js/test/with-log-rolling.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/log4js/test/with-log-rolling.json
new file mode 100644
index 00000000..e946f313
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/log4js/test/with-log-rolling.json
@@ -0,0 +1,10 @@
+{
+ "appenders": [
+ {
+ "type": "file",
+ "filename": "tmp-test.log",
+ "maxLogSize": 1024,
+ "backups": 3
+ }
+ ]
+}