Unable to log to stdout for pgadmin4 in python3

From: Glen Huang <heyhgl(at)gmail(dot)com>
To: pgadmin-support(at)lists(dot)postgresql(dot)org
Subject: Unable to log to stdout for pgadmin4 in python3
Date: 2017-09-06 15:00:07
Message-ID: 50F41488-E59D-4D24-AFA1-B315069E1C90@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

I’m running pgadmin4 in docker, and I have set LOG_FILE = '/dev/stdout’ to log to stdout, but when running pgAdmin4.py, it fails with:

Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/pgadmin4/pgAdmin4.py", line 56, in <module>
app = create_app()
File "/usr/local/lib/python3.6/site-packages/pgadmin4/pgadmin/__init__.py", line 183, in create_app
fh = logging.FileHandler(config.LOG_FILE, encoding='utf-8')
File "/usr/local/lib/python3.6/logging/__init__.py", line 1030, in __init__
StreamHandler.__init__(self, self._open())
File "/usr/local/lib/python3.6/logging/__init__.py", line 1059, in _open
return open(self.baseFilename, self.mode, encoding=self.encoding)
OSError: [Errno 29] Invalid seek

I think it has something do with this:

https://bugs.python.org/issue27805

Is there any way to work around it so I can make pgadmin4 log to stdout?

Regards
Glen

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Barrington-Hughes, Alan 2017-09-06 21:52:42 Unicode "\uFEFF" getting copied from pgadmin 1.6 SQL window
Previous Message QUIDOZ Marie-Claude 2017-09-06 05:21:48 Re: function import/export pgadmin4