Fixed indentation on markdown file.
This commit is contained in:
parent
e6b69ff7f2
commit
3b241095cb
@ -58,16 +58,16 @@ to occur without restarting the application.
|
|||||||
|
|
||||||
To turn off configuration file change checking, configure with:
|
To turn off configuration file change checking, configure with:
|
||||||
|
|
||||||
var log4js = require('log4js');
|
var log4js = require('log4js');
|
||||||
log4js.configure(undefined, {}); // load 'log4js.json' from NODE_PATH
|
log4js.configure(undefined, {}); // load 'log4js.json' from NODE_PATH
|
||||||
|
|
||||||
Or:
|
Or:
|
||||||
|
|
||||||
log4js.configure('my_log4js_configuration.json', {});
|
log4js.configure('my_log4js_configuration.json', {});
|
||||||
|
|
||||||
To specify a different period:
|
To specify a different period:
|
||||||
|
|
||||||
log4js.configure(undefined, { reloadSecs: 300 }); // load 'log4js.json' from NODE_PATH
|
log4js.configure(undefined, { reloadSecs: 300 }); // load 'log4js.json' from NODE_PATH
|
||||||
|
|
||||||
You can also pass an object to the configure function, which has the same properties as the json versions.
|
You can also pass an object to the configure function, which has the same properties as the json versions.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user