summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template
index e37bc450..04c09751 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -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",