mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-30 20:29:13 -04:00
Add log4js config setting
This commit is contained in:
parent
2786807f2f
commit
f4b95c5ca4
6 changed files with 21 additions and 8 deletions
|
@ -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",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue