aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/config.json
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-01-21 19:23:48 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2011-01-21 19:23:48 +0100
commitef40dfbef99938969de07fe82c8bffbb67303faf (patch)
treecfb040e95cccb2e8c0755ea9e9261188f70c03d8 /src/nodejs/config.json
parentba04c40f3483bb5d3bca5c406193edd489a798dd (diff)
downloadosm-xapi-ef40dfbef99938969de07fe82c8bffbb67303faf.tar.gz
osm-xapi-ef40dfbef99938969de07fe82c8bffbb67303faf.tar.xz
osm-xapi-ef40dfbef99938969de07fe82c8bffbb67303faf.zip
adding log level (cont.)
Diffstat (limited to 'src/nodejs/config.json')
-rw-r--r--src/nodejs/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nodejs/config.json b/src/nodejs/config.json
index 9c18203..be796a7 100644
--- a/src/nodejs/config.json
+++ b/src/nodejs/config.json
@@ -1,3 +1,4 @@
exports.connectionString = "pg://user:password@host/database";
exports.host = 'localhost';
exports.port = 8080;
+exports.logLevel = 'ERROR';