fix(notify): log file notice info->debug
This commit is contained in:
parent
e38e061710
commit
cc18122be1
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user