1
0
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:
Andrew Kwon 2021-02-28 22:13:11 -08:00
parent f3e79afaa6
commit 5d4fefccab

@ -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