Replies: 3 comments 2 replies
-
That's an oversight of the Python port. I completely forgot to reimplement the database logging. All our servers have long switched to file based logging as it tends to be faster. Any particular reason you prefer database logging? |
Beta Was this translation helpful? Give feedback.
-
Ahh OK. I've also tried file logging but also unable to get it to work
|
Beta Was this translation helpful? Give feedback.
-
File permissions should be fine. I've also tried a relative file name. I'm not sure how to make sure Nominatim picks up .env. I have run "sudo systemctl restart nominatim" and "nominatim refresh --website" as suggested here https://nominatim.org/release-docs/latest/customize/Settings/#nominatim_log_file
|
Beta Was this translation helpful? Give feedback.
-
Hi I'm trying to capture query logging in table new_query_log by setting set NOMINATIM_LOG_DB=yes on Nominatim 4.5.0 but hav not been successful. Have I missed something?
I have tried the following
created a .env file
Edited the defaults file
I also ran this as the docs say. It created a new dir "/srv/nominatim/website"
but nothing is being logged
There is some activity
Beta Was this translation helpful? Give feedback.
All reactions