Hi! Passwords shouldn't be specified in the JDBC URL, usually there are separate methods or parameters for user name and password.
H2's own org.h2.jdbcx.JdbcDataSource can log JDBC URLs and user names, but it doesn't log passwords specified with setPassword() method. JdbcConnectionSource is not a part of H2, so you should read its documentation, most likely it also has a secure way to specify a password. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to h2-database+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/667dea12-6acb-4ab6-947a-47c32ca7cbefn%40googlegroups.com.