diff options
Diffstat (limited to 'lua/lvim/core/log.lua')
| -rw-r--r-- | lua/lvim/core/log.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/lvim/core/log.lua b/lua/lvim/core/log.lua index fca1fcb4..3d8c0dc8 100644 --- a/lua/lvim/core/log.lua +++ b/lua/lvim/core/log.lua @@ -12,7 +12,7 @@ function Log:add_entry(msg, level)    end    local status_ok, plenary = pcall(require, "plenary")    if status_ok then -    local default_opts = { plugin = "lunarvim", level = lvim.log.level } +    local default_opts = { plugin = "lunarvim", level = lvim.log.level, info_level = 4 }      local handle = plenary.log.new(default_opts)      handle[level:lower()](msg)      self.__handle = handle | 
