You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hi! great plugin!
Currently there's no option to disable the log mechanism. Personally, I don't care about the logs of a UI enhancement plugin unless I'm trying to address some kind of issue or providing details for a bug report.
Describe the solution you'd like
Add an "off" option to completely disable the log generation.
Describe alternatives you've considered
Maybe even consider the use of vim.log.levels to the config like other plugins (e.g. Neotest, Conform, Mason) as it already provides DEBUG, ERROR, WARN and OFF levels definitions (but also INFO and TRACE):
log_level=vim.log.levels.OFF, -- or WARN, etc.
Additional information
No response
The text was updated successfully, but these errors were encountered:
## Details
Request: #235
Adds option to set "off" as value for log_level.
This should prevent any logs from being written to the log file.
The default value is kept as "error".
Minor changes to how buffer level locking works to include file name in
all cases to ease debugging.
Is your feature request related to a problem? Please describe.
Hi! great plugin!
Currently there's no option to disable the log mechanism. Personally, I don't care about the logs of a UI enhancement plugin unless I'm trying to address some kind of issue or providing details for a bug report.
Describe the solution you'd like
Add an "off" option to completely disable the log generation.
Describe alternatives you've considered
Maybe even consider the use of
vim.log.levels
to the config like other plugins (e.g. Neotest, Conform, Mason) as it already provides DEBUG, ERROR, WARN and OFF levels definitions (but also INFO and TRACE):Additional information
No response
The text was updated successfully, but these errors were encountered: