help to understand and plot logs #3775
Replies: 4 comments 6 replies
-
Where are the correct tables? I just can get a insert I did for testing.
|
Beta Was this translation helpful? Give feedback.
-
You'd need to create the role in postgresql first (command
A couple of lines before you print the full table schema. The table doesn't have a column by that name. Is the script copied from somewhere, from an old tutorial, (or AI generated)?
Note, that the Please tell us with version of Nominatim you're using ( |
Beta Was this translation helpful? Give feedback.
-
I've recently seen a report somewhere that DB logging isn't working. I can't find the report now but a quick test seems to confirm that. We haven't used DB logging in a while as file logging is much more efficient. |
Beta Was this translation helpful? Give feedback.
-
Ih lonvia. I keep all my process documented. I created it. Maybe I could droped this db sometime and forget to create this user again. Thanx. You are correct. I use an old script and for this server I put it at IA to do better logging job. But I forget to review that code properly. Why it do that? :)
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I read doc at https://nominatim.org/release-docs/latest/customize/Settings/
I enabled logs at .env and send it to a file too.
I can get logs at a file but I cannot select at database and see logs printed there.
nominatim is running as a service:
I can receive logs
I tried to do grants to service owner.
I try to test these owners
I check the schema
I created a script to keep that table lean
Why this is not working?
Beta Was this translation helpful? Give feedback.
All reactions