summaryrefslogtreecommitdiff
path: root/lua/telescope/log.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/log.lua')
-rw-r--r--lua/telescope/log.lua2
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',
}