diff --git a/README.md b/README.md index c67f26c5..a8ab5bf4 100644 --- a/README.md +++ b/README.md @@ -179,10 +179,10 @@ cache at the pool level. **Log Statement Text / Slow Query Logging**
Like Statement caching, most major database vendors support statement logging through -properties of their own driver. This includes Oracle, MySQL, Derby, MSSQL, and others. We -consider this a "development-time" feature. For those few databases that do not support it, -[jdbcdslog-exp](https://code.google.com/p/jdbcdslog-exp/) is a good option. Great stuff during -development and pre-Production. +properties of their own driver. This includes Oracle, MySQL, Derby, MSSQL, and others. Some +even support slow query logging. We consider this a "development-time" feature. For those few +databases that do not support it, [jdbcdslog-exp](https://code.google.com/p/jdbcdslog-exp/) is +a good option. Great stuff during development and pre-Production. ----------------------------------------------------