Re: [pgAdmin4][Patch]: Added basic start up logs for RunTime - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [pgAdmin4][Patch]: Added basic start up logs for RunTime
Date
Msg-id CA+OCxozA+Gvjc3Yfr3d=mCQzv85xRDaLkozPVHVFtUymrDj0kA@mail.gmail.com
Whole thread Raw
In response to [pgAdmin4][Patch]: Added basic start up logs for RunTime  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Thanks, applied with a couple of tweaks:

- Changed the logfile name to ~/.pgAdmin4.startup.log (for greater consistency with the runtime log).
- Secured the permissions of the logfile as soon as it's created, to avoid key leaks.

On Thu, Sep 13, 2018 at 2:06 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
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-9517
Mobile: +91 976-788-8246



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Add a startup logger to the runtime to aid withdebug
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3551 pgAdmin4 doesn't handle \'s in datafields correctly