mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-05 03:53:02 +02:00
Disable logging by default
This commit is contained in:
parent
f3e79afaa6
commit
5d4fefccab
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ function Presence:setup(options)
|
|||
self.options = options
|
||||
|
||||
-- Initialize logger
|
||||
self:set_option("log_level", "warn", false)
|
||||
self:set_option("log_level", nil, false)
|
||||
self.log = log:init({ level = options.log_level })
|
||||
|
||||
-- Use the default or user-defined client id if provided
|
||||
|
|
Loading…
Reference in a new issue