Added support to rotate the pgadmin log file on the basis of Size and Age. Fixes #6395
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=faa49687be2e0a82bc2e4e232b8ea821ed3624b9 Author: Yogesh Mahajan <yogesh.maha...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_5_4.rst | 1 + web/config.py | 7 ++++ web/pgadmin/__init__.py | 8 +++- web/pgadmin/utils/enhanced_log_rotation.py | 59 ++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+), 1 deletion(-)