summaryrefslogtreecommitdiff
path: root/scratch
diff options
context:
space:
mode:
authorThePrimeAgain <theprimeagain@theprimeagain.com>2025-12-06 11:39:09 -0700
committerThePrimeAgain <theprimeagain@theprimeagain.com>2025-12-06 11:39:09 -0700
commit2c40101e1369061e95690ea5509199c7e42413a6 (patch)
tree6702247e336521e064a2c0b438b58b4b6313afab /scratch
parent045ac5e104765415337d691ec923afa1cbd032c8 (diff)
downloada4-2c40101e1369061e95690ea5509199c7e42413a6.tar.xz
a4-2c40101e1369061e95690ea5509199c7e42413a6.zip
check
Diffstat (limited to 'scratch')
-rw-r--r--scratch/refresh.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua
index 076793f..5a6cee0 100644
--- a/scratch/refresh.lua
+++ b/scratch/refresh.lua
@@ -43,7 +43,7 @@ function create_mark()
local Logger = require("99.logger.logger")
local Level = require("99.logger.level")
Logger:configure({
- level = Level.FATAL,
+ level = Level.WARN,
path = nil,
})
local buffer = vim.api.nvim_get_current_buf()