mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
2ae279a382
commit
019932c323
@@ -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
|
||||
*********
|
||||
|
||||
Reference in New Issue
Block a user