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

2017-06-09 Thread Murtuza Zabuawala
That is strange. I do not see any error in log file :( -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Jun 9, 2017 at 2:31 AM, Pawel Hadam wrote: > Hi Murtuza, > > Thank you - I have followed those steps and please find attached

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

2017-06-08 Thread Murtuza Zabuawala
Hi Pawel, I am not able not find any entry for your queries in log file, Can you turn of the dashboard graphs for a while and then try to re-produce the issue. Steps to turn of the graphs, 1) Goto File menu --> Preferences --> Dashboards --> Graphs 2) Provide a rate value as 123456789 in all 5 in

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

2017-06-07 Thread Dave Page
On Wed, Jun 7, 2017 at 12:00 PM, Murtuza Zabuawala 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 pgAdmi

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

2017-06-07 Thread Murtuza Zabuawala
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. -- Regards, Murtuza Zabuawala E

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

2017-06-07 Thread Pawel Hadam
Hi Murtuza, Thank you. I attached the empty log file to my previous email - this is what was produced. Just an empty file. Also, I cannot find "config_local.py" in my installation folder: C:\Program Files (x86)\pgAdmin 4 Thank you and kind regards Pawel On 7 June 2017 at 05:52, Murtuza Zabuaw

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

2017-06-06 Thread Murtuza Zabuawala
Hi, Without log file it very hard to trace the issue as this is not re-producible on our side. Are you sure that *pgadmin4.log* file is empty? Can you try again changing the logging configuration, add below config option in "config_local.py" (which is in pgAdmin4 installation directory), FILE_LO