fix(notify): log file notice info->debug

This commit is contained in:
Alexander Courtis 2022-11-20 12:26:59 +11:00
parent e38e061710
commit cc18122be1

View File

@ -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