Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit 6f9c563

Browse files
committed
update
1 parent fa4737a commit 6f9c563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/strive/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vim.g.pm_loaded = 0
2424
local DEFAULT_SETTINGS = {
2525
max_concurrent_tasks = if_nil(vim.g.strive_max_concurrent_tasks, 5),
2626
auto_install = if_nil(vim.g.strive_auto_install, true),
27-
log_level = if_nil(vim.g.strive_log_level, 'info'),
27+
log_level = if_nil(vim.g.strive_log_level, 'warn'),
2828
git_timeout = if_nil(vim.g.strive_git_timeout, 60000),
2929
install_retry = if_nil(vim.g.strive_install_with_retry, false),
3030
}
@@ -1324,7 +1324,7 @@ function M.update()
13241324
end
13251325

13261326
if #plugins_to_update == 0 then
1327-
M.log('info', 'No plugins to update.')
1327+
M.log('debug', 'No plugins to update.')
13281328
return
13291329
end
13301330

0 commit comments

Comments
 (0)