Enhance logging by tracking stdout and stderr of subprocess when log level set
to DEBUG.
If the process terminates abnormally then the error is not logged which makes
it very
difficult to find the reason for failure.
Fixes #5176
Branch
--
master
Details
---
https://git.postgresql.org/
Thanks, patch applied.
On Tue, Feb 11, 2020 at 12:02 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi Hackers,
>
> Attached is the patch to enhance debugging pgAdmin subprocesses. When
> logging set to DEBUG, the output and error from popen used to spawn the
> process will be
Thank you very much for the responses.
It turned out in my case that the exception was from another call (the url
for 'properties' call was correct), however I found the attribute
"url_with_id", which solved the problem, I'd assume it is the right way to
construct object specific url.
On Mon, Feb