From e07adf2ca4f8663849fe007d4229c5586e1b7ef3 Mon Sep 17 00:00:00 2001 From: Imanuel Ulbricht Date: Fri, 28 Nov 2014 17:49:46 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71fc14b..e7d4be1 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,9 @@ For FileAppender you can also pass the path to the log directory as an option wh log4js.configure('my_log4js_configuration.json', { cwd: '/absolute/path/to/log/dir' }); ``` If you have already defined an absolute path for one of the FileAppenders in the configuration file, you could add a "absolute": true to the particular FileAppender to override the cwd option passed. Here is an example configuration file: -```json + #### my_log4js_configuration.json #### +```json { "appenders": [ {