mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Fix typo in NOMINATIM_LOG_FILE (#2919)
* fix typo in docs (NOMINATIM_LOG_FILE uses s not ms)
This commit is contained in:
committed by
Sarah Hoffmann
parent
738603ad66
commit
debcf9d54e
@@ -666,7 +666,7 @@ The entries in the log file have the following format:
|
|||||||
<request time> <execution time in s> <number of results> <type> "<query string>"
|
<request time> <execution time in s> <number of results> <type> "<query string>"
|
||||||
|
|
||||||
Request time is the time when the request was started. The execution time is
|
Request time is the time when the request was started. The execution time is
|
||||||
given in ms and corresponds to the time the query took executing in PHP.
|
given in seconds and corresponds to the time the query took executing in PHP.
|
||||||
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.
|
Can be used as the same time as NOMINATIM_LOG_DB.
|
||||||
|
|||||||
Reference in New Issue
Block a user