mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
added a loglevel setting
This commit is contained in:
parent
77ba4e3e6c
commit
3ec7dc224b
3 changed files with 12 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue