mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
minor improvements on Dave's last checkin
This commit is contained in:
@@ -33,7 +33,7 @@ public class Driver implements java.sql.Driver
|
||||
protected static final int ERROR = 3;
|
||||
protected static final int FATAL = 4;
|
||||
|
||||
private static int logLevel= DEBUG;
|
||||
private static int logLevel= FATAL;
|
||||
|
||||
static
|
||||
{
|
||||
|
Reference in New Issue
Block a user