I've slimmed down logging since then

This commit is contained in:
Lilian Jónsdóttir 2020-10-04 01:35:50 -07:00
parent 71ea41e6c7
commit 732de97d7d

View file

@ -24,7 +24,7 @@ local category = page:createCategory(common.modName)
category:createDropdown({
label = "Debug log level",
description = "Enable this if you want to flood mwse.log with nonsense. Even small is huge." ..
"Large in Old Ebonheart spits out 16k lines each update. Don't pick that option.",
"Large in Sadrth Mora: Seat of Power spits out 2k lines each update. Don't pick that option.",
options = {
{label = "None", value = common.logLevels.none},
{label = "Small", value = common.logLevels.small},