mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 20:37:50 +01:00
Disable logging by default
This commit is contained in:
parent
f3e79afaa6
commit
5d4fefccab
@ -10,7 +10,7 @@ function Presence:setup(options)
|
|||||||
self.options = options
|
self.options = options
|
||||||
|
|
||||||
-- Initialize logger
|
-- Initialize logger
|
||||||
self:set_option("log_level", "warn", false)
|
self:set_option("log_level", nil, false)
|
||||||
self.log = log:init({ level = options.log_level })
|
self.log = log:init({ level = options.log_level })
|
||||||
|
|
||||||
-- Use the default or user-defined client id if provided
|
-- Use the default or user-defined client id if provided
|
||||||
|
Loading…
x
Reference in New Issue
Block a user