Skip to content
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

Add verbose parameter to h2o.init() #7079

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 1 comment · Fixed by #15653
Closed

Add verbose parameter to h2o.init() #7079

exalate-issue-sync bot opened this issue May 11, 2023 · 1 comment · Fixed by #15653

Comments

@exalate-issue-sync
Copy link

It would be useful to control the verbosity of calling {{h2o.init()}}, similar to how {{h2o.connect()}} accepts a {{verbose}} argument.

This could be implemented by adding a {{verbose}} parameter to {{h2o.init()}}. Within {{h2o.init()}}, the {{verbose}} argument can then be passed to {{H2OConnection.open()}} and {{H2OLocalServer.start()}}, and then the call to {{h2oconn.cluster.show_status()}} could be guarded so that it is executed only in verbose mode.

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Details

Jira Issue: PUBDEV-8586
Assignee: New H2O Bugs
Reporter: Aohan Dang
State: Open
Fix Version: N/A
Attachments: N/A
Development PRs: N/A

@mn-mikke mn-mikke added this to the 3.42.0.3 milestone Jul 28, 2023
@mn-mikke mn-mikke modified the milestones: 3.42.0.3, 3.42.0.4 Aug 21, 2023
@mn-mikke mn-mikke modified the milestones: 3.42.0.4, 3.44.0.1 Oct 2, 2023
mn-mikke added a commit that referenced this issue Oct 10, 2023
…_status() in h20.py #7079 [nocheck] (#15653)

* [GH-15687] Extract string comparators from Duke library (#15692)

* [GH-15680] Adding installation disclaimer in documentation (#15681)

* ht/adding disclaimer in docs

* ht/added flow & download page

* ht/updated download page

* ht/added security documentation section

* ht/user guide updates

* ht/uniformity

* ht/added additional note to welcome page

* callouts

* ht/banner color switch

* ht/rename callout

---------

Co-authored-by: Jeff Fohl <jfohl@h2o.ai>

* GH-15672: Tomas Fryda suggested instead of changing every test, the change should be made in standalone test.  He provides the code and I just copied and pasted. (#15675)

* Added verbose paramerter to init() in h2o.py also guarded h2oconn.cluster.show_status()

* changes verbose param position before ** kwargs

* final commit

* removed space, and made it in rel-3.42.0

* added space

---------

Co-authored-by: Marek Novotný <marek.novotny@h2o.ai>
Co-authored-by: Hannah <52463461+hannah-tillman@users.noreply.github.com>
Co-authored-by: Jeff Fohl <jfohl@h2o.ai>
Co-authored-by: wendycwong <wendy@h2o.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants