mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +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