Add log4js config setting

This commit is contained in:
Marcel Klehr 2013-01-13 12:20:49 +01:00
parent 2786807f2f
commit f4b95c5ca4
6 changed files with 21 additions and 8 deletions

View file

@ -47,6 +47,13 @@
},
*/
//Logging configuration. See log4js documentation for further information
// https://github.com/nomiddlename/log4js-node
"logconfig" :
{ "appenders": [
{ "type": "console" }
] },
//the default text of a pad
"defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nGet involved with Etherpad at http:\/\/etherpad.org\n",