0 Replies Latest reply on Jan 21, 2003 8:06 AM by daveespo

    Transaction isolation level log file entries

      I'm running Postgres 7.2.1 and JBOSS 3.0.4 ... I am using the Postgres 7.2 JDBC driver ... I have a connection pool setup using the defaults in the "postgres-service.xml" in the examples directory ... I have noticed that my postgres log file is filled with entries like this ... When the site is busy, they show up at a rate of 5 to 10 per second ... so you can see why I'm concerned ... they're filling up the log file and I miss the "real" error messages that go by ... does anyone know how to stop this behavior?

      2003-01-20 17:18:37 [1841] NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED
      2003-01-20 17:18:37 [1841] NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED
      2003-01-20 17:18:37 [6118] NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED
      2003-01-20 17:18:37 [6118] NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED
      2003-01-20 17:18:37 [6119] NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED
      2003-01-20 17:18:37 [6119] NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED
      2003-01-20 17:18:37 [6126] NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED
      2003-01-20 17:18:37 [6121] NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED
      2003-01-20 17:18:37 [6121] NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED
      2003-01-20 17:18:37 [6098] NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED
      2003-01-20 17:18:37 [6098] NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED

      Thanks in advance,
      Dave