pgAdmin 4 commit: Enhance logging by tracking stdout and stderr of subp

2020-02-11 Thread Akshay Joshi
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/

Re: [pgAdmin][RM5176] Enhance debugging pgAdmin subprocesses

2020-02-11 Thread Akshay Joshi
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

Re: node.js: "getView:generate_url" has explicit with_id=false

2020-02-11 Thread Radoslaw Garbacz
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