Skip to content

fix debug msg #166

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

Merged
merged 2 commits into from
Dec 29, 2022
Merged

fix debug msg #166

merged 2 commits into from
Dec 29, 2022

Conversation

teto
Copy link
Collaborator

@teto teto commented Dec 29, 2022

  • fix(log): dont hardcode log level
  • fix: error when run_request is run without { verbose = XXX }

@teto teto mentioned this pull request Dec 29, 2022
Matthieu Coudron added 2 commits December 29, 2022 15:29
log level can be controlled via the environment variable DEBUG_PLENARY="debug"
we should actually merge opts with a default dict so that we can reference keys without having to check if they exist (TODO)
@teto teto merged commit 25761da into rest-nvim:main Dec 29, 2022
@teto teto deleted the fix-debug-msg branch December 29, 2022 14:50
rochacbruno added a commit to rochacbruno/rest.nvim that referenced this pull request Dec 30, 2022
Allow users to call `.run()` without passing `true|false` for verbose parameter.

relates rest-nvim#166
rochacbruno added a commit to rochacbruno/rest.nvim that referenced this pull request Dec 30, 2022
Allow users to call `.run()` without passing `true|false` for verbose parameter.

relates rest-nvim#166
teto pushed a commit that referenced this pull request Dec 30, 2022
Allow users to call `.run()` without passing `true|false` for verbose parameter.

relates #166
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant