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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Enhance logging by tracking stdout and stderr of subp
Date: 2020-02-11 09:00:05
Message-ID: E1j1ROn-0006ih-0u@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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/gitweb?p=pgadmin4.git;a=commitdiff;h=019932c32374636c4bf87a6023839a080c14e569
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_19.rst | 1 +
web/pgadmin/misc/bgprocess/processes.py | 29 ++++++++++++++++++++++++-----
2 files changed, 25 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-02-11 09:00:52 Re: [pgAdmin][RM5176] Enhance debugging pgAdmin subprocesses
Previous Message Aditya Toshniwal 2020-02-11 06:32:17 [pgAdmin][RM5176] Enhance debugging pgAdmin subprocesses