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
This commit is contained in:
Aditya Toshniwal
2020-02-11 14:28:57 +05:30
committed by Akshay Joshi
parent 2ae279a382
commit 019932c323
2 changed files with 25 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ New features
Housekeeping
************
| `Issue #5176 <https://redmine.postgresql.org/issues/5176>`_ - Enhance logging by tracking stdout and stderr of subprocess when log level set to DEBUG.
Bug fixes
*********