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

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

From
Dave Page
Date:
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(-)