I constantly receive the following sql server warning messages:
WARN - JDBCExceptionReporter.logWarnings(20) | SQL Warning: 0, SQLState:
WARN - JDBCExceptionReporter.logWarnings(28) | [Microsoft][SQLServer 2000 Driver for JDBC]Database changed to employeeclub
WARN - JDBCExceptionReporter.logWarnings(20) | SQL Warning: 0, SQLState:
WARN - JDBCExceptionReporter.logWarnings(28) | [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Changed database context to 'employeeclub'.
WARN - JDBCExceptionReporter.logWarnings(20) | SQL Warning: 0, SQLState:
WARN - JDBCExceptionReporter.logWarnings(28) | [Microsoft][SQLServer 2000 Driver for JDBC]Language changed to us_english
WARN - JDBCExceptionReporter.logWarnings(20) | SQL Warning: 0, SQLState:
WARN - JDBCExceptionReporter.logWarnings(28) | [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Changed language setting to us_english.
Is there a way for me to disable these warning messages without changing the logging level?
Joshua
|