pgAdmin 4 commit: Show the startup log as well as the server log in the

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Show the startup log as well as the server log in the
Date: 2020-05-07 10:01:05
Message-ID: E1jWdKz-0004Rm-4D@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Show the startup log as well as the server log in the runtime's log viewer. Fixes #5489

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_22.rst | 1 +
runtime/LogWindow.cpp | 36 +++++++++++++++++++++++++-----------
runtime/LogWindow.h | 10 +++++++---
runtime/LogWindow.ui | 34 +++++++++++++++++++++++++++++++++-
runtime/MenuActions.cpp | 2 +-
5 files changed, 67 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-05-07 10:59:23 pgAdmin 4 commit: Improve code coverage and API test cases for the Rule
Previous Message Dave Page 2020-05-07 09:39:30 pgAdmin 4 commit: UI layout tweaks.