Skip to content

Add a config parameter to disable console output #21

@divinites

Description

@divinites

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions