Question

I'm working with a C Library, librouting_darp.dll which uses the function elog to log debugging messages of its processes. But I don't know where to look for the messages which the function is logging.

Do you know where I can find those messages?

--

Note: I don't know if elog is a "C" Function or a "PostgreSql" Function.

Here you can find the source code which I'm talking about.

I'm using PgAdmin + PostgreSql + PostGis + PgRouting to call this function called DARP.

Was it helpful?

Solution

This is a PostgreSQL function which supports several debug levels and not all of them are saved by default. You can configure this through log_min_messages setting.

OTHER TIPS

If Windows, I'd look in eventvwr, the Windows Event Viewer.

I'd also check C:\Program Files\PostgreSQL\XXX\data\pg_log

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top