Skip to content

Commit 184d550

Browse files
committed
Lowered Connection string printing to debug, resolves #30
1 parent 1619805 commit 184d550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dbup-postgresql/PostgresqlExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ PostgresqlConnectionOptions connectionOptions
192192
logMasterConnectionStringBuilder.Password = "******";
193193
}
194194

195-
logger.LogInformation("Master ConnectionString => {0}", logMasterConnectionStringBuilder.ConnectionString);
195+
logger.LogDebug("Master ConnectionString => {0}", logMasterConnectionStringBuilder.ConnectionString);
196196

197197
using (var connection = new NpgsqlConnection(masterConnectionStringBuilder.ConnectionString))
198198
{

0 commit comments

Comments
 (0)