Skip to content

Commit

Permalink
Add more debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Feb 18, 2024
1 parent 26f3d3e commit cdbc615
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/obsidian/commands/debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ return function(client)
end
end

log.lazy_info "Config:"
log.lazy_info(" notes_subdir: '%s'", client.opts.notes_subdir)

log.flush()
end

0 comments on commit cdbc615

Please sign in to comment.