pgAdmin 4 commit: Added support to rotate the pgadmin log file on the b

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support to rotate the pgadmin log file on the b
Date: 2021-05-25 14:48:54
Message-ID: E1llYMY-0002cp-PQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(dot)mahajan(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-05-25 14:49:38 Re: [pgAdmin][Patch] - Feature #6395 - Feature request: Log Rotation
Previous Message Yogesh Mahajan 2021-05-25 11:28:42 Re: [pgAdmin][Patch] - Feature #6395 - Feature request: Log Rotation