Fix Logger config
This commit is contained in:
parent
af0125197d
commit
ae32f91c7c
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user