diff --git a/lua/navigator/util.lua b/lua/navigator/util.lua index cf70ac6..d24d531 100644 --- a/lua/navigator/util.lua +++ b/lua/navigator/util.lua @@ -98,7 +98,7 @@ local default_config = { level = "info" } -M._log = require("guihua.log").new({level = "trace"}, true) +M._log = require("guihua.log").new({level = "error"}, true) -- add log to you lsp.log M.log = M._log.info