aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/settings.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/settings.lua')
-rw-r--r--lua/nvim-lsp-installer/settings.lua2
1 files changed, 1 insertions, 1 deletions
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