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
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
> 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
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:
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