mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00:00
remove LOG_DB setting, not implemented anymore
This commit is contained in:
@@ -641,24 +641,6 @@ See also [NOMINATIM_DEFAULT_LANGUAGE](#nominatim_default_language).
|
|||||||
|
|
||||||
### Logging Settings
|
### Logging Settings
|
||||||
|
|
||||||
#### NOMINATIM_LOG_DB
|
|
||||||
|
|
||||||
| Summary | |
|
|
||||||
| -------------- | --------------------------------------------------- |
|
|
||||||
| **Description:** | Log requests into the database |
|
|
||||||
| **Format:** | boolean |
|
|
||||||
| **Default:** | no |
|
|
||||||
| **After Changes:** | run `nominatim refresh --website` |
|
|
||||||
|
|
||||||
Enable logging requests into a database table with this setting. The logs
|
|
||||||
can be found in the table `new_query_log`.
|
|
||||||
|
|
||||||
When using this logging method, it is advisable to set up a job that
|
|
||||||
regularly clears out old logging information. Nominatim will not do that
|
|
||||||
on its own.
|
|
||||||
|
|
||||||
Can be used as the same time as NOMINATIM_LOG_FILE.
|
|
||||||
|
|
||||||
#### NOMINATIM_LOG_FILE
|
#### NOMINATIM_LOG_FILE
|
||||||
|
|
||||||
| Summary | |
|
| Summary | |
|
||||||
@@ -682,8 +664,6 @@ given in seconds and includes the entire time the query was queued and executed
|
|||||||
in the frontend.
|
in the frontend.
|
||||||
type contains the name of the endpoint used.
|
type contains the name of the endpoint used.
|
||||||
|
|
||||||
Can be used as the same time as NOMINATIM_LOG_DB.
|
|
||||||
|
|
||||||
#### NOMINATIM_DEBUG_SQL
|
#### NOMINATIM_DEBUG_SQL
|
||||||
|
|
||||||
| Summary | |
|
| Summary | |
|
||||||
|
|||||||
@@ -204,11 +204,6 @@ NOMINATIM_OUTPUT_NAMES=name:XX,name,brand,official_name:XX,short_name:XX,officia
|
|||||||
# The following options allow to enable logging of API requests.
|
# The following options allow to enable logging of API requests.
|
||||||
# You must rerun 'nominatim refresh --website' after changing any of them.
|
# You must rerun 'nominatim refresh --website' after changing any of them.
|
||||||
#
|
#
|
||||||
# Enable logging of requests into the DB.
|
|
||||||
# The request will be logged into the new_query_log table.
|
|
||||||
# You should set up a cron job that regularly clears out this table.
|
|
||||||
NOMINATIM_LOG_DB=no
|
|
||||||
|
|
||||||
# Enable logging of requests into a file.
|
# Enable logging of requests into a file.
|
||||||
# To enable logging set this setting to the file to log to.
|
# To enable logging set this setting to the file to log to.
|
||||||
NOMINATIM_LOG_FILE=
|
NOMINATIM_LOG_FILE=
|
||||||
|
|||||||
Reference in New Issue
Block a user