-
Notifications
You must be signed in to change notification settings - Fork 768
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
[READY] Pass ycmd logging level to JediHTTP #513
Conversation
|
Tests are failing because no log level is set during the tests. I am looking into it.
|
1c8f514
to
bc633fb
Compare
This should work now.
|
bc633fb
to
ce3f8d9
Compare
Review status: 1 of 2 files reviewed at latest revision, 1 unresolved discussion. ycmd/completers/python/jedi_completer.py, line 164 [r3] (raw file):
wouldn't be easier to add Comments from Reviewable |
Reviewed 1 of 1 files at r3. ycmd/completers/python/jedi_completer.py, line 164 [r3] (raw file):
Also, Comments from Reviewable |
Review status: all files reviewed at latest revision, 1 unresolved discussion, some commit checks broke. ycmd/completers/python/jedi_completer.py, line 164 [r3] (raw file):
|
ce3f8d9
to
fb43ead
Compare
Reviewed 1 of 1 files at r4. ycmd/completers/python/jedi_completer.py, line 164 [r3] (raw file):
|
f908808
to
836ebbd
Compare
|
836ebbd
to
cfdb56e
Compare
Nice! @homu r+
|
📌 Commit cfdb56e has been approved by |
[READY] Pass ycmd logging level to JediHTTP Now that [`JediHTTP` has an option to set its logging level](vheon/JediHTTP#15), we can pass `ycmd` logging level to it. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/513) <!-- Reviewable:end -->
💔 Test failed - status |
@homu retry |
[READY] Pass ycmd logging level to JediHTTP Now that [`JediHTTP` has an option to set its logging level](vheon/JediHTTP#15), we can pass `ycmd` logging level to it. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/513) <!-- Reviewable:end -->
☀️ Test successful - status |
Now that
JediHTTP
has an option to set its logging level, we can passycmd
logging level to it.This change is