[pgAdmin4][Patch]: Added basic start up logs for RunTime

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Added basic start up logs for RunTime
Date: 2018-09-13 13:06:25
Message-ID: CANxoLDc_HNJq41PrvQ=EFmgAVzttr++YxTVL_+iGzSTjCkS6cA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

I have added basic startup logs for pgAdmin4 RunTime. One log file
"pgAdmin4_startup.log" will be created in the home directory (same as we
created for python server logs) every time when pgAdmin4 launched.

I have created one singleton class, so that logging is done through
multiple files without creating/passing the logger object between multiple
files.

Attached is the patch, please review it.

--
*Akshay Joshi*

*Sr. Software Architect *

*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Attachment Content-Type Size
Runtime_Logger.patch application/octet-stream 12.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Atle Frenvik Sveen 2018-09-13 13:50:33 Custom layers in PgAdmin IV Mapview
Previous Message Dave Page 2018-09-13 12:46:44 Re: [pgAdmin4][RM3596] Add support for CLOB data type support for EPAS