Docs / TROUBLESHOOTING
Environment Variables
Review the environment variables coc.nvim reads, where they affect startup and networking, and which sensitive values must be removed before sharing logs.
COC_NO_PLUGINS: disable coc extensions.NVIM_COC_LOG_LEVEL: set the log level, defaultinfo.NVIM_COC_LOG_FILE: set the path of the log file; all log output will be written to a single file.XDG_RUNTIME_DIR: set the directory used for log files.