mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Installed log4js as logging framework
This commit is contained in:
parent
22b00264d8
commit
b30849c2f2
7 changed files with 41 additions and 27 deletions
|
@ -38,10 +38,6 @@ exports.dbType = "sqlite";
|
|||
* This setting is passed with dbType to ueberDB to set up the database
|
||||
*/
|
||||
exports.dbSettings = { "filename" : "../var/sqlite.db" };
|
||||
/**
|
||||
* A flag that shows if http requests should be loged to stdout
|
||||
*/
|
||||
exports.logHTTP = true;
|
||||
/**
|
||||
* The default Text of a new pad
|
||||
*/
|
||||
|
@ -93,6 +89,6 @@ for(var i in settings)
|
|||
else
|
||||
{
|
||||
console.error("WARNING: Unkown Setting: '" + i + "'");
|
||||
console.error("If this isn't a mistake, add the default settings for this value to node/settings.js");
|
||||
console.error("This setting doesn't exist or it was removed");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue