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

[pgAdmin][RM5176] Enhance debugging pgAdmin subprocesses

2020-02-10 Thread Aditya Toshniwal
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 logged. Currently, if the process terminates abnormally then the error is not logged which makes it very difficult to find the r