Re: Log verbosity setting (client)

From: Dave Barter <dave(at)phased(dot)co(dot)uk>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Log verbosity setting (client)
Date: 2015-08-28 12:20:30
Message-ID: 0ADC39FD-D912-4AD8-B310-6AC4AE030C5F@phased.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Yes, to be clear the logs are working as I expect on the server.

I understand that this needs to be set client side as well. In sql you would do this via:-

\set VERBOSITY terse

I need to do the same in pgadmin

> On 28 Aug 2015, at 13:17, Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com> wrote:
>
> Hi Dave,
>
> After setting the log_error_verbosity in postgres.conf have you reload the configuration of that server?
>
>
> Regards,
> Sanket Mehta
> Sr Software engineer
> Enterprisedb
>
> On Fri, Aug 28, 2015 at 5:30 PM, Dave Barter <dave(at)phased(dot)co(dot)uk <mailto:dave(at)phased(dot)co(dot)uk>> wrote:
>
>> On 28 Aug 2015, at 12:58, Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com <mailto:sanket(dot)mehta(at)enterprisedb(dot)com>> wrote:
>>
>> Hi Dave,
>>
>> You can change the logging settings for pgadmin using below mentioned menu:
>>
>> File -> options -> Logging
>>
>> There is a option to set No logging to prevent log messages of pgadmin.
>>
>
> Thanks, but this is not what I want. I need to change the log_error_verbosity but still see the log messages
>
>>
>> Regards,
>> Sanket Mehta
>> Sr Software engineer
>> Enterprisedb
>>
>> On Wed, Aug 26, 2015 at 12:51 AM, Dave Barter <dave(dot)barter(at)gmail(dot)com <mailto:dave(dot)barter(at)gmail(dot)com>> wrote:
>> Is it possible to alter the pgadmin client settings for display of NOTICE/ERROR messages
>>
>>
>>
>> I want to add log_error_verbosity=terse to prevent display of all of the context messages.
>>
>>
>>
>> I can set this in postgresql.conf server side and it works but pgadmin still displays the context messages client side.
>>
>>
>>
>> For info. I am running pgadmin 1.20 on OS X
>>
>>
>>
>>
>
>

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Nima Azizzadeh 2015-08-28 14:29:25 Define two factor authentication for Postgresql Server
Previous Message Sanket Mehta 2015-08-28 12:17:46 Re: Log verbosity setting (client)