[pgjdbc/pgjdbc] f78a63: fix: set the loggerName in ConnectionFactoryImpl.l...

From: Hari Babu Kommi <kommi(dot)haribabu(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] f78a63: fix: set the loggerName in ConnectionFactoryImpl.l...
Date: 2018-05-11 12:31:00
Message-ID: 5af58d0458bc_69d02b0c1b4ebc0c356eb@hookshot-fe-32b5f5b.cp1-iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: f78a639d1ed3c64e80e1fa107691b4af5945cb84
https://github.com/pgjdbc/pgjdbc/commit/f78a639d1ed3c64e80e1fa107691b4af5945cb84
Author: Hari Babu Kommi <kommi(dot)haribabu(at)gmail(dot)com>
Date: 2018-05-11 (Fri, 11 May 2018)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java

Log Message:
-----------
fix: set the loggerName in ConnectionFactoryImpl.log (#1188)

In ConnectionFactoryImpl.log function locally generates the logRecord
but doesn't set the loggerName of the current Logger, as a result
the log ignores the class or package level logging configuration

fixes #1167

**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

Functionality will be removed from GitHub.com on January 31st, 2019.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2018-05-13 12:48:41 Re: Getting primitive array types from resultset
Previous Message Juan Fuentes 2018-05-10 16:35:30 Getting primitive array types from resultset