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 a config parameter to disable console output #21

Open
divinites opened this issue Apr 12, 2016 · 1 comment
Open

Add a config parameter to disable console output #21

divinites opened this issue Apr 12, 2016 · 1 comment

Comments

@divinites
Copy link

This is a very helpful plugin, Thank you very much. It is a bit too talktative in the console. I understand that these messages are very helpful when configuring and debugging. But when the user is sure that everything is okay, It would nice if there exists a config parameter that can let ycmd work in a silent mode.

I discovered that most of the messages are generated by print_status(), which basically is a print. probably you can add an additional boolean arg to print_status, which makes this function print if and only if this arg == true. Just my thought, probably you can find better solution that this.

Thanks.

@LuckyGeck
Copy link
Owner

Yeah, we surely can disable debug output. But I don't see any profit for a regular user - you don't always see this console at all.

And yes - PR's are always welcome. You can add a config option (switched off by default), that disables console messages.

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

No branches or pull requests

2 participants