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
|
@ -1,4 +1,5 @@
|
|||
var log4js = require('log4js');
|
||||
log4js.configure('etherpad_logging.json');
|
||||
var socketio = require('socket.io');
|
||||
var settings = require('../../utils/Settings');
|
||||
var socketIORouter = require("../../handler/SocketIORouter");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue