Re: Enable debug logging

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Enable debug logging
Дата
Msg-id 54201E71.4050904@aklaver.com
обсуждение исходный текст
Ответ на Enable debug logging  (Bala krishna Devasani <baalaa13@gmail.com>)
Список pgsql-odbc
On 09/22/2014 02:49 AM, Bala krishna Devasani wrote:
> how to enable debug logging for postgresql.. can anyone provide steps to
> enable debug logging.

Not clear whether you are talking about the psqlodbc driver or the
Postgres server or both.

If its the driver then:

http://psqlodbc.projects.pgfoundry.org/docs/config.html

MyLog (C:\mylog_xxxx.log): Log debug messages to that file. This is good
for debugging problems with the driver.


If its the server then:

http://www.postgresql.org/docs/9.3/interactive/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHEN

Look at table 18.1 for the log levels.

>
>
> Thanks & Regards
> Balakrishna
>


--
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Bala krishna Devasani
Дата:
Сообщение: Enable debug logging
Следующее
От: David Hedberg
Дата:
Сообщение: Re: [PATCH] Return the correct column names in SQLTables