-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNOW-1726666: Spurious and Unwanted Log message generated by snowflake-sdk #931
Comments
I get the following generated as soon as I attempt to use snowflake-sdk
|
hi @markddrake i believe this is duplicate of #794 - please see this comment on options of reducing output, which we seem to be mandated to emit per our own Security team. apologies for the inconvenience. |
..would that help anything, if we were to modify the loglevel of the domain detector? (global vs china?) That's one single log line. The rest (related to Easy Logging feature) must stay I'm afraid. edit: closing it per #794 (comment) |
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
What version of NodeJS driver are you using?
What operating system and processor architecture are you using?
What version of NodeJS are you using?
(
node --version
andnpm --version
)What are the component versions in the environment (
npm list
)?5.Server version:* E.g. 1.90.1
You may get the server version by running a query:
What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
What did you expect to see?
What should have happened and what happened instead?
Can you set logging to DEBUG and collect the logs?
https://community.snowflake.com/s/article/How-to-generate-log-file-on-Snowflake-connectors
e.g
Add this to get standard output.
The text was updated successfully, but these errors were encountered: