supermaven-inc / supermaven-nvim

The official Neovim plugin for Supermaven
https://supermaven.com/
MIT License
332 stars 17 forks source link

fix(logger): improve `log_level` control #71

Closed AlejandroSuero closed 4 days ago

AlejandroSuero commented 1 week ago

If log_level is set to anything other than "warn" or "error", print information if is not unset with "off".

This lets users have better control if the want all kinds of information, like Starting Supermaven ... or just the warns and errors.

Fixes #70.