diff --git a/README.md b/README.md index 505e701..220178b 100644 --- a/README.md +++ b/README.md @@ -172,10 +172,12 @@ SELECT CDB_Conf_SetConf( ```sql SELECT CDB_Conf_SetConf( 'logger_conf', - '{"geocoder_log_path": "/tmp/geocodings.log", [ "min_log_level": "[debug|info|warning|error]", "rollbar_api_key": "SERVER_SIDE_API_KEY", "log_file_path": "LOG_FILE_PATH"]}' + '{"geocoder_log_path": "/tmp/geocodings.log", "min_log_level": "LOG_LEVEL", "rollbar_api_key": "SERVER_SIDE_API_KEY", "log_file_path": "LOG_FILE_PATH"}' ); ``` +Where `LOG_LEVEL` can be `debug`, `info`, `warning` or `error`. + #### Environment The execution environment (development/staging/production) affects rollbar messages and other details. @@ -284,4 +286,4 @@ ALTER ROLE "" SET search_path="$user", public, cartodb, cdb_dataservi #### Option 2 (from builder) -See [the **Configuring Dataservices** documentation](http://cartodb.readthedocs.io/en/latest/operations/configure_data_services.html) \ No newline at end of file +See [the **Configuring Dataservices** documentation](http://cartodb.readthedocs.io/en/latest/operations/configure_data_services.html)