Skip to content

Commit

Permalink
add more information to database connection log
Browse files Browse the repository at this point in the history
  • Loading branch information
celloman committed Apr 1, 2022
1 parent 329d4d4 commit 4820486
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class DataConfig {
TransactionManager.manager.defaultIsolationLevel = Connection.TRANSACTION_SERIALIZABLE
}
}
logger.info("Connecting to {}", jdbcUrl)
logger.info("Connecting to {} on schema {} with user {}", jdbcUrl, databaseProperties.schema, databaseProperties.username)
username = databaseProperties.username
password = databaseProperties.password
schema = databaseProperties.schema
Expand Down

0 comments on commit 4820486

Please sign in to comment.