Auto merge of #3012 - micbou:issue-template-logs, r=micbou

[READY] Ask users to set the log level to debug when including the contents of the logfiles

When reporting an issue, users may include the contents of the logfiles with the default log level `info`, which is not really useful. Ask them to set the log level to `debug`.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/3012)
<!-- Reviewable:end -->
This commit is contained in:
zzbot 2018-05-05 07:01:08 -07:00 committed by GitHub
commit c027b16ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,8 +62,9 @@ quickly and that neither your nor our time is needlessly wasted.
## Contents of YCM, ycmd and completion engine logfiles ## Contents of YCM, ycmd and completion engine logfiles
> Include link here to a [gist][] containing the entire logfiles for ycm, ycmd > Add `let g:ycm_log_level = 'debug'` to vimrc, restart Vim, reproduce the
> and any completer logfiles listed by `:YcmToggleLogs`. > issue, and include link here to a [gist][] containing the entire logfiles for
> ycm, ycmd and any completer logfiles listed by `:YcmToggleLogs`.
## OS version, distribution, etc. ## OS version, distribution, etc.