From 8b6c66d8729b5e46b10d865ce41ba4f8588901a9 Mon Sep 17 00:00:00 2001 From: Eduardo Dantas Date: Thu, 26 Oct 2023 10:36:37 -0300 Subject: [PATCH] fix: log level to info --- config.lua.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua.dist b/config.lua.dist index a78e73e63ca..5b022b17e58 100644 --- a/config.lua.dist +++ b/config.lua.dist @@ -10,7 +10,7 @@ coreDirectory = "data" -- Set log level -- It can be trace, debug, info, warning, error, critical, off (default: info). -- NOTE: Will only display logs with level higher or equal the one set. -logLevel = "debug" +logLevel = "info" -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"