Re: [pgadmin-support] Log verbosity setting (client)

2015-08-28 Thread Dave Barter
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 wrote: > > Hi Dave, > > After setting t

Re: [pgadmin-support] Log verbosity setting (client)

2015-08-28 Thread Sanket Mehta
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 wrote: > > On 28 Aug 2015, at 12:58, Sanket Mehta > wrote: > > Hi Dave, > > Y

Re: [pgadmin-support] Log verbosity setting (client)

2015-08-28 Thread Dave Barter
> On 28 Aug 2015, at 12:58, Sanket Mehta 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 ne

Re: [pgadmin-support] Log verbosity setting (client)

2015-08-28 Thread Sanket Mehta
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. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Wed, Aug 26, 2015 at 12:51 AM, Dave Barter wrote:

[pgadmin-support] Log verbosity setting (client)

2015-08-26 Thread Dave Barter
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 s