summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-02-16 11:28:43 +0100
committerJochen Topf <jochen@topf.org>2014-02-16 11:28:43 +0100
commitf5dfcb9e7710a763a501a8ae4bfa3b225807c0b2 (patch)
tree0f683bd5bfcf46f222c8daf7618ed099100a79ba /taginfo-config-example.json
parente87011e6133359e61c415feebc7466fbb05531ce (diff)
downloadtaginfo-f5dfcb9e7710a763a501a8ae4bfa3b225807c0b2.tar
taginfo-f5dfcb9e7710a763a501a8ae4bfa3b225807c0b2.tar.gz
Make taginfo log directory configurable.
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index 0fcba46..371f02b 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -73,6 +73,8 @@
}
},
"logging": {
+ // directory for log files
+ "directory": "/osm/taginfo/var/log",
// SQL queries longer than this many seconds are logged
"min_duration": 0.01
},