refactoring: RequesterFactory

This commit is contained in:
2019-08-01 01:37:21 +02:00
parent 63a22ef46a
commit cddb4c352b
2 changed files with 22 additions and 18 deletions

View File

@@ -230,7 +230,7 @@ class Connection(
logger?.debug("$duration ms for query: $sqlForLog", values)
return result
} catch (e: Throwable) {
logger?.info("Query Error: $sqlForLog", e)
logger?.info("Query Error: $sqlForLog, $values", e)
throw e
}