diff options
Diffstat (limited to 'lua/telescope/log.lua')
| -rw-r--r-- | lua/telescope/log.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/log.lua b/lua/telescope/log.lua index 2796dbb..9beabb1 100644 --- a/lua/telescope/log.lua +++ b/lua/telescope/log.lua @@ -1,5 +1,5 @@ return require('plenary.log').new { plugin = 'telescope', - level = (vim.loop.os_getenv("USER") == 'tj' and 'debug') or 'info', + level = (vim.loop.os_getenv("USER") == 'tj' and 'debug') or 'warn', } |
