From 3c26fe7fec6568f26b9d52cff3c96f28f0d23bb8 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sat, 2 Oct 2021 23:40:28 +0200 Subject: lower default log level to INFO (#119) --- lua/nvim-lsp-installer/settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/nvim-lsp-installer/settings.lua') diff --git a/lua/nvim-lsp-installer/settings.lua b/lua/nvim-lsp-installer/settings.lua index eb01c78c..1d7fa283 100644 --- a/lua/nvim-lsp-installer/settings.lua +++ b/lua/nvim-lsp-installer/settings.lua @@ -12,7 +12,7 @@ local DEFAULT_SETTINGS = { -- Controls to which degree logs are written to the log file. It's useful to set this to vim.log.levels.DEBUG when -- debugging issues with server installations. - log_level = vim.log.levels.WARN, + log_level = vim.log.levels.INFO, -- Whether to allow LSP servers to share the same installation directory. For some servers, this effectively causes -- more than one server to be installed (and uninstalled) when executing `:LspInstall` and `:LspUninstall`. For -- cgit v1.2.3-70-g09d2