summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2013-01-13 12:20:49 +0100
committerMarcel Klehr <mklehr@gmx.net>2013-01-13 12:20:49 +0100
commitf4b95c5ca4cd253efc81f3680c2fd166a36bdecf (patch)
tree03007edecf7e236ea409da963f5116ad770e21f7 /settings.json.template
parent2786807f2f2b1884f9d7a5d8eb499b9c2be0db7a (diff)
downloadetherpad-lite-f4b95c5ca4cd253efc81f3680c2fd166a36bdecf.zip
Add log4js config setting
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",