From: | Jorge Solorzano <jorsol(at)gmail(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | [pgjdbc/pgjdbc] 30f06e: fix: logger should be generally quiet (#1187) |
Date: | 2018-07-01 12:44:29 |
Message-ID: | 5b38ccad95e39_1702b218c5a9c08853a4@hookshot-fe-88eb02d.cp1-iad.github.net.mail |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 30f06e1411373d72ab59debc352ddf746f6812da
https://github.com/pgjdbc/pgjdbc/commit/30f06e1411373d72ab59debc352ddf746f6812da
Author: Jorge Solorzano <jorsol(at)gmail(dot)com>
Date: 2018-07-01 (Sun, 01 Jul 2018)
Changed paths:
M CHANGELOG.md
M pgjdbc/src/main/java/org/postgresql/Driver.java
M pgjdbc/src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java
M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java
M pgjdbc/src/main/java/org/postgresql/ds/common/BaseDataSource.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java
M pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/DriverTest.java
Log Message:
-----------
fix: logger should be generally quiet (#1187)
The logger used in the driver has some calls to levels WARNING and SEVERE
this lower the level to FINE to make the logger quiet in some cases.
fixes #1009
fixes #1162
closes #1149
**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.
From | Date | Subject | |
---|---|---|---|
Next Message | Jorge Solorzano | 2018-07-01 12:46:26 | [pgjdbc/pgjdbc] 38c884: docs: improve CONTRIBUTING.md (#951) |
Previous Message | Dave Cramer | 2018-06-30 16:47:28 | [pgjdbc/pgjdbc] 825c09: docs: improve javadocs in PgResultSetMetaData (#79... |