Re: No SQL errors visible in pgAdmin 4 1.5

From: Pawel Hadam <hadzio(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(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 21:12:17
Message-ID: CAPZL3N0jDYrsnp_OBdk1PzLVhu0rxM3NS5uFgphUAweJNEBGUQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Murtuza,

I have found "config.py" in "C:\Program Files (x86)\pgAdmin 4\v1\web"
- please find it attached.

Then, I executed "select * from pawelhadam;" from pgAdmin 4 and please
find the log file "pgadmin4.log" attached as well, line #4657.

I hope it helps?

Thank you and kind regards
Pawel

On 7 June 2017 at 12:19, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> 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

Attachment Content-Type Size
config.py text/plain 11.7 KB
pgadmin4.zip application/zip 46.6 KB

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Pawel Hadam 2017-06-07 21:37:23 Re: No SQL errors visible in pgAdmin 4 1.5
Previous Message Mike Surcouf 2017-06-07 15:31:42 Re: yum update fails due to unsigned pgadmin package