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.

有帮助吗?

解决方案

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.

其他提示

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

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top