added a loglevel setting

This commit is contained in:
Peter 'Pita' Martischka 2011-08-17 17:45:47 +01:00
parent 77ba4e3e6c
commit 3ec7dc224b
3 changed files with 12 additions and 1 deletions

View file

@ -52,6 +52,11 @@ exports.minify = true;
*/
exports.abiword = null;
/**
* The log level of log4js
*/
exports.loglevel = "INFO";
//read the settings sync
var settingsStr = fs.readFileSync("../settings.json").toString();