mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Add log4js config setting
This commit is contained in:
parent
2786807f2f
commit
f4b95c5ca4
6 changed files with 21 additions and 8 deletions
|
@ -11,8 +11,7 @@ if(process.argv.length != 3)
|
|||
var padId = process.argv[2];
|
||||
|
||||
//initalize the database
|
||||
var log4js = require("../src/node_modules/log4js");
|
||||
log4js.setGlobalLogLevel("INFO");
|
||||
var settings = require("../src/node/utils/Settings");
|
||||
var async = require("../src/node_modules/async");
|
||||
var db = require('../src/node/db/DB');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue