mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
release: Use log4js to improve message readability
This commit is contained in:
parent
899f2e02f3
commit
345f5227fd
1 changed files with 3 additions and 0 deletions
|
@ -6,9 +6,12 @@ process.on('unhandledRejection', (err) => { throw err; });
|
||||||
|
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const childProcess = require('child_process');
|
const childProcess = require('child_process');
|
||||||
|
const log4js = require('log4js');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const semver = require('semver');
|
const semver = require('semver');
|
||||||
|
|
||||||
|
log4js.replaceConsole();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue