refactor(log): Change log level to warn

Since nothing is currently breaking majorly I am changing the log level
to warn.
This commit is contained in:
Robert Morrison 2023-04-17 18:39:52 +01:00
parent 1b8db9afc2
commit 9375a97be9
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

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