Skip to content

Commit

Permalink
Add an option to log XML body for VIM requests
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Nov 22, 2024
1 parent 0cec6f2 commit e4103e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def do_before_work_loop
MiqVim.cacheScope = :cache_scope_core
MiqVim.monitor_updates = true
MiqVim.pre_load = true
MiqVim.on_log_body { |body| $vim_log.debug(body) }

# Prime the cache before starting the do_work loop
ems.connect
Expand Down

0 comments on commit e4103e8

Please sign in to comment.