On Wed, Jun 7, 2017 at 12:00 PM, Murtuza Zabuawala <murtuza.zabuaw...@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 -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support