Skip to content

Commit

Permalink
Add class name to the log
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Jun 5, 2024
1 parent cb1c84f commit 7f0f801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static void UseDefaultCredentialManager()

public static void SetCredentialManager(ISnowflakeCredentialManager customCredentialManager)
{
s_logger.Info("Setting the custom credential manager");
s_logger.Info($"Setting the custom credential manager: {customCredentialManager.GetType().Name}");
s_customCredentialManager = customCredentialManager;
}

Expand Down

0 comments on commit 7f0f801

Please sign in to comment.