Re: [pgadmin-support] No SQL errors visible in pgAdmin 4 1.5 - Mailing list pgadmin-support

From Dave Page
Subject Re: [pgadmin-support] No SQL errors visible in pgAdmin 4 1.5
Date
Msg-id CA+OCxozMxRza0EA=Gisgkd_Zktm+EPPQQTX+b=TjHD52YaV1-g@mail.gmail.com
Whole thread Raw
In response to Re: [pgadmin-support] No SQL errors visible in pgAdmin 4 1.5  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Responses Re: [pgadmin-support] No SQL errors visible in pgAdmin 4 1.5  (Pawel Hadam <hadzio@gmail.com>)
List pgadmin-support
On Wed, Jun 7, 2017 at 12:00 PM, Murtuza Zabuawala
<murtuza.zabuawala@enterprisedb.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



pgadmin-support by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: [pgadmin-support] No SQL errors visible in pgAdmin 4 1.5
Next
From: Mike Surcouf
Date:
Subject: [pgadmin-support] yum update fails due to unsigned pgadmin package