mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 08:55:00 -04:00
Added user-configurable logging defaulting to console logging
This commit is contained in:
parent
cd3e65e043
commit
caf125a798
10 changed files with 12 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
var log4js = require('log4js');
|
||||
log4js.configure('etherpad_logging.json');
|
||||
var settings = require('./utils/Settings');
|
||||
var db = require('./db/DB');
|
||||
var async = require('async');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue