mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-13 18:46:56 -04:00
Prepared logging code to be able to read log4js appenders from settings.json
This commit is contained in:
parent
970f3b181d
commit
a479fa144e
11 changed files with 38 additions and 12 deletions
|
@ -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",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue