-
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-1230605: Easy logging garbage in std out make it unusable #794
Comments
hi, would setting edit: the new |
The "OFF" setting would be very nice, but typescript type don't have that right now. I'll force use "OFF" for now. Thank you! |
glad to hear it could help you ! on a separate note we're also working on having the types for the snowflake-sdk as part of the library (#309) so hopefully it'll be easier in the future. marking this one as closed for now as issue has been resolved, but if you need further help, please do comment and i can reopen |
Its pretty annoying. Could we get that default information about easy logging out of there? |
thanks folks for all this feedback. will try to address it in #886 |
TIL from #886 (comment) that logging EasyLogging messages on If it's disturbing, please set a higher general loglevel or turn it |
OFF fixed it thanks FWIW my product supports copying data to and from Oracle, Microsoft, MySQL, Postgres, MariaDB, MongoDB, Yugabyte, Cockroach DB, Amazon AWS S3 BLOB, Microsoft Azure-BLOB, IBM-DB2, Vertica and none of their SDKs dump spurious log messages by default. |
I'm facing this issue, but even if I do snowflake.configure({
logLevel: "OFF",
additionalLogToConsole: false
}) I still see one log entry in the stdout.
Is there a way to turn off all the logging? The process I'm working on needs to be in total control of what it is sent to stdout. |
Yes! 🎯 Thank you @sfc-gh-dszmolka . The workaround shown there is enough for me. |
What version of NodeJS driver are you using?
1.10.0
What operating system and processor architecture are you using?
macOS, linux
What version of NodeJS are you using?
(
node --version
andnpm --version
)20.11.1
What are the component versions in the environment (
npm list
)?what component?
5.Server version:* E.g. 1.90.1
You may get the server version by running a query:
Every time I start my application I have this output:
it makes stdOut completely unusable.
nothing
The text was updated successfully, but these errors were encountered: