From 13a44f823d85be646e895b2f3d970ba4dcb6e543 Mon Sep 17 00:00:00 2001 From: progre Date: Tue, 17 Mar 2015 19:54:04 +0900 Subject: [PATCH] add sample code --- log4js/log4js-tests.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/log4js/log4js-tests.ts b/log4js/log4js-tests.ts index 10b6f9bbc..4fefc1caa 100644 --- a/log4js/log4js-tests.ts +++ b/log4js/log4js-tests.ts @@ -71,3 +71,4 @@ log4js.configure({ } }); +log4js.configure('file.json', { reloadSecs: 300 });