Skip to content

Commit c6c5a0b

Browse files
SNOW-2155123 Add missing log parameter to log string (#2216)
Co-authored-by: Harry Xi <[email protected]>
1 parent 4f24129 commit c6c5a0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/net/snowflake/client/core/SFSession.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,8 @@ public synchronized void open() throws SFException, SnowflakeSQLException {
636636
+ " warehouse: {}, validate default parameters: {}, authenticator: {}, ocsp mode: {},"
637637
+ " passcode in password: {}, passcode is {}, private key is {}, disable socks proxy: {},"
638638
+ " application: {}, app id: {}, app version: {}, login timeout: {}, retry timeout: {}, network timeout: {},"
639-
+ " query timeout: {}, connection timeout: {}, socket timeout: {}, tracing: {}, private key file: {}, private key pwd is {},"
639+
+ " query timeout: {}, connection timeout: {}, socket timeout: {}, tracing: {},"
640+
+ " private key file: {}, private key base 64: {}, private key pwd is {},"
640641
+ " enable_diagnostics: {}, diagnostics_allowlist_path: {},"
641642
+ " session parameters: client store temporary credential: {}, gzip disabled: {}, browser response timeout: {}",
642643
connectionPropertiesMap.get(SFSessionProperty.SERVER_URL),

0 commit comments

Comments
 (0)