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
|
@ -16,6 +16,7 @@
|
|||
|
||||
var jsdom = require('jsdom-nocontextifiy').jsdom;
|
||||
var log4js = require('log4js');
|
||||
log4js.configure('etherpad_logging.json');
|
||||
|
||||
|
||||
var Changeset = require("ep_etherpad-lite/static/js/Changeset");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue