From 9375a97be912f8487e6eb4cef78ff46affca083b Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Mon, 17 Apr 2023 18:39:52 +0100 Subject: [PATCH] refactor(log): Change log level to warn Since nothing is currently breaking majorly I am changing the log level to warn. --- lua/tjdevries/log.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tjdevries/log.lua b/lua/tjdevries/log.lua index a4dd9f8..5460e01 100644 --- a/lua/tjdevries/log.lua +++ b/lua/tjdevries/log.lua @@ -22,7 +22,7 @@ local default_config = { use_file = true, -- Any messages above this level will be logged. - level = "trace", + level = "warn", -- Level configuration modes = {