-
Notifications
You must be signed in to change notification settings - Fork 59
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-1798694: Improve SDK local setup documentation to enable logging #934
base: master
Are you sure you want to change the base?
Conversation
sfc-gh-tzhang
commented
Jan 24, 2025
- Improve SDK local setup documentation to enable logging
- Move the storageManager creation into the try-catch block so that the http client will be cleaned in case of exceptions
console log output. For changing the logging level or message format, updating the system property or a | ||
simplelogger.properties file on the classpath is required, please | ||
see https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html for more details. If you run into formatting errors, | ||
please run format.sh to format the code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the major changes, all other changes in this file are done by the auto formatter
into its own jar, | ||
whereas the unshaded version declares its dependencies in `pom.xml`, which are fetched as standard transitive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit, I think these lines should be combined.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
they're combined, you can do "View File" and it will show you a better version
create | ||
or replace database MY_DATABASE; | ||
create | ||
or replace schema MY_SCHEMA; | ||
create | ||
or replace table MY_TABLE(c1 number); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The formatting here seems wrong
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is weird, let me see why auto formatter decided to do this