Add logger for the internal geocoder too

This commit is contained in:
Mario de Frutos
2016-03-08 16:08:56 +01:00
parent c293b55c3c
commit bd2e380225
12 changed files with 58 additions and 44 deletions

View File

@@ -48,4 +48,4 @@ def _plpy_execute_side_effect(*args, **kwargs):
elif args[0] == "SELECT cartodb.CDB_Conf_GetConf('mapzen_conf') as conf":
return [{'conf': '{"routing_app_key": "app_key"}'}]
elif args[0] == "SELECT cartodb.CDB_Conf_GetConf('logger_conf') as conf":
return [{'conf': '{"geocoder_log_path": "path"}'}]
return [{'conf': '{"geocoder_log_path": "/dev/null"}'}]