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

Is there an option to clean up or suppress the generation of tmp log files - /tmp/coc*log? #1159

Closed
damnskippy opened this issue Sep 9, 2019 · 1 comment

Comments

@damnskippy
Copy link

Using vim on linux with ccls language server, every time vim is started, a log (/tmp/coc-nvim-pid.log) gets generated. This is useful when needed, however over time /tmp is getting littered with too many of these logs, and seems not necessary especially if one is not looking at them.

Is there a config option to suppress these logs from getting generated, or clean them up perhaps when vim exits? Thank you very much.

@chemzqm
Copy link
Member

chemzqm commented Sep 10, 2019

You can use NVIM_COC_LOG_FILE to make coc.nvim create a single file.

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