elastic / elasticsearch-sql-odbc

ODBC driver for Elasticsearch SQL
Other
0 stars 30 forks source link

Log credentials used to set up a connection #256

Closed bpintea closed 4 years ago

bpintea commented 4 years ago

This commit adds info-logging of the credentials (with redacted password), just like with the rest of the connection properties.

The properties are also debug-logged when the connection string is parsed, but those messages aren't logged into the per-connection log file. (The user needs to configure the "alternative logging" to get those, which is more convoluted.)