pgAdmin 4 commit: Instead of rotating logs, don't write them to the con

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Instead of rotating logs, don't write them to the con
Date: 2021-02-02 13:45:54
Message-ID: E1l6w0A-0000R5-6v@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Instead of rotating logs, don't write them to the container in the first place.

This is inline with container best practices (logs go to the container console).

Fixes #6170

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b41557b54ba9bcfa2c771532ba95160ffde3a7b4

Modified Files
--------------
Dockerfile | 4 ----
docs/en_US/release_notes_5_0.rst | 2 +-
pkg/docker/entrypoint.sh | 1 +
pkg/docker/logrotate.conf | 6 ------
4 files changed, 2 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-02-02 14:17:14 pgAdmin 4 commit: Fixed SearchObjectsApiSearch test cases failed for EP
Previous Message Dave Page 2021-02-02 12:17:19 pgAdmin 4 commit: Use unzip to properly unpack nwjs.