Skip to content

Commit

Permalink
fix: not being able to override the log level per invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Jul 23, 2024
1 parent 1a14765 commit f5c7b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/yazi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function M.yazi(config, input_path)

config =
vim.tbl_deep_extend('force', configModule.default(), M.config, config or {})
Log.level = config.log_level

if
config.use_ya_for_events_reading == true
Expand Down

0 comments on commit f5c7b73

Please sign in to comment.