diff --git a/lua/nvim-tree/log.lua b/lua/nvim-tree/log.lua index 487af4e6..c307d7bc 100644 --- a/lua/nvim-tree/log.lua +++ b/lua/nvim-tree/log.lua @@ -54,7 +54,7 @@ function M.setup(opts) if M.config.truncate then os.remove(M.path) end - require("nvim-tree.notify").info("nvim-tree.lua logging to " .. M.path) + require("nvim-tree.notify").debug("nvim-tree.lua logging to " .. M.path) end end