Prepared logging code to be able to read log4js appenders from settings.json

This commit is contained in:
Uli Köhler 2012-09-29 23:26:58 +02:00
parent 970f3b181d
commit a479fa144e
11 changed files with 38 additions and 12 deletions

View file

@ -26,6 +26,12 @@
},
*/
//Logging configuration. See log4js documentation for further information
"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\nEtherpad Lite on Github: http:\/\/j.mp/ep-lite\n",