diff --git a/config.lua.dist b/config.lua.dist index f557db782..50914c2b7 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"