-
Notifications
You must be signed in to change notification settings - Fork 449
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
Move session params show_log and log_level as a global configuration. #42
Conversation
- Print the process information when launching session - Dump session status when launch failed even show_log is False - Move `show_log` and `log_level` as a global configuration. - Add graphscope.set_option and graphscope.get_option API
Codecov Report
@@ Coverage Diff @@
## main #42 +/- ##
==========================================
+ Coverage 77.36% 78.04% +0.67%
==========================================
Files 48 49 +1
Lines 4356 4472 +116
==========================================
+ Hits 3370 3490 +120
+ Misses 986 982 -4
Continue to review full report at Codecov.
|
Thanks, @sighingnow, I have improved the coding following your advice. |
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.
LGTM.
Change approved by @sigingnow, but no computer at hand.
There are still many |
What do these changes do?
show_log
andlog_level
as a global configuration.Related issue number
Fixes #7
Fixes #27