Closed debnet closed 5 years ago
Hey @debnet, the regex used for log parsing only checks for English messages (it expects lc_messages
to be en_US.UTF-8
).
You can try piping the file through sed
to get it to match the expected format.
LOG: duration: 2051.529 ms statement: SELECT 123...
Oh, OK. Good to know, an addition of that point into the documentation could be handy for the others. ;)
Running dexter over my database (PostgreSQL 11.2) doesn't seems to detect anything, passing by the logs or by pg_stat_activity. No errors though, just wont detect anything at all...
whereas my logs looks like the following: