Re: No SQL errors visible in pgAdmin 4 1.5

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: Pawel Hadam <hadzio(at)gmail(dot)com>, pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: No SQL errors visible in pgAdmin 4 1.5
Date: 2017-06-07 11:19:04
Message-ID: CA+OCxozMxRza0EA=Gisgkd_Zktm+EPPQQTX+b=TjHD52YaV1-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Wed, Jun 7, 2017 at 12:00 PM, Murtuza Zabuawala
<murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
> Hello,
>
> Are you able to locate "config.py" in pgAdmin4 directory?
>
> If yes then create a new file named "config_local.py" along side "config.py"
> and add below config option in it,
> FILE_LOG_LEVEL = logging.DEBUG
>
> Restart pgAdmin4 and try to re-produce the issue again.

The file need an import for the logging module won't it?

I do it this way:

from config import *
CONSOLE_LOG_LEVEL = DEBUG
FILE_LOG_LEVEL = DEBUG

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Mike Surcouf 2017-06-07 14:11:16 yum update fails due to unsigned pgadmin package
Previous Message Murtuza Zabuawala 2017-06-07 11:00:12 Re: No SQL errors visible in pgAdmin 4 1.5