We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1619805 commit 184d550Copy full SHA for 184d550
src/dbup-postgresql/PostgresqlExtensions.cs
@@ -192,7 +192,7 @@ PostgresqlConnectionOptions connectionOptions
192
logMasterConnectionStringBuilder.Password = "******";
193
}
194
195
- logger.LogInformation("Master ConnectionString => {0}", logMasterConnectionStringBuilder.ConnectionString);
+ logger.LogDebug("Master ConnectionString => {0}", logMasterConnectionStringBuilder.ConnectionString);
196
197
using (var connection = new NpgsqlConnection(masterConnectionStringBuilder.ConnectionString))
198
{
0 commit comments