Fix Logger config
This commit is contained in:
@@ -172,10 +172,12 @@ SELECT CDB_Conf_SetConf(
|
|||||||
```sql
|
```sql
|
||||||
SELECT CDB_Conf_SetConf(
|
SELECT CDB_Conf_SetConf(
|
||||||
'logger_conf',
|
'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
|
#### Environment
|
||||||
|
|
||||||
The execution environment (development/staging/production) affects rollbar messages and other details.
|
The execution environment (development/staging/production) affects rollbar messages and other details.
|
||||||
@@ -284,4 +286,4 @@ ALTER ROLE "<USER_ROLE>" SET search_path="$user", public, cartodb, cdb_dataservi
|
|||||||
|
|
||||||
#### Option 2 (from builder)
|
#### Option 2 (from builder)
|
||||||
|
|
||||||
See [the **Configuring Dataservices** documentation](http://cartodb.readthedocs.io/en/latest/operations/configure_data_services.html)
|
See [the **Configuring Dataservices** documentation](http://cartodb.readthedocs.io/en/latest/operations/configure_data_services.html)
|
||||||
|
|||||||
Reference in New Issue
Block a user