You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2022-10-28 03:26:55.957 INFO [CLI] Starting server...
2022-10-28 03:26:56.166 DEBUG [SERVE] Initializing data source: mock
2022-10-28 03:26:56.166 DEBUG [SERVE] Data source mock initialized
2022-10-28 03:26:56.167 DEBUG [SERVE] Initializing data source: snowflake
2022-10-28 03:26:56.169 DEBUG [CORE] Initializing profile: snow using snowflake driver
Unable to connect: Incorrect username or password was specified.
Unable to connect: Incorrect username or password was specified.
Unable to connect: Incorrect username or password was specified
What's the correct behavior?
It should print logs through our logger (tslog).
Additional context
Snowflake driver used winston as their logger and not allow us to modify it.
Environment
Version:
What's wrong?
Snowflake driver prints logs with console:
What's the correct behavior?
It should print logs through our logger (tslog).
Additional context
Snowflake driver used winston as their logger and not allow us to modify it.
https://github.com/snowflakedb/snowflake-connector-nodejs/blob/master/lib/snowflake.js#L23
The text was updated successfully, but these errors were encountered: