[pgAdmin][Patch] - Feature #6395 - Feature request: Log Rotation

Поиск
Список
Период
Сортировка
От Yogesh Mahajan
Тема [pgAdmin][Patch] - Feature #6395 - Feature request: Log Rotation
Дата
Msg-id CAMa=N=OAkNDvwX+c6VA1+9PDBtdHt+fTYKm8nwm8jt-BOh=9BQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin][Patch] - Feature #6395 - Feature request: Log Rotation  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список pgadmin-hackers
Hi,

Please find the attached patch which rotates the pgadmin log file with context to the parameters specified in the config file.

# Log rotation setting
LOG_ROTATION_SIZE = 10 # In MBs
LOG_ROTATION_AGE = 1440 # In minutes
LOG_ROTATION_MAX_LOGS = 90 # Maximum number of backups to retain

Thanks,
Yogesh Mahajan
EnterpriseDB
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Added window maximize/restore functionality for prope
Следующее
От: Khushboo Vashi
Дата:
Сообщение: Re: oauth2 patch