سؤال

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