diff --git a/web.lua b/web.lua index 13fe0f9..051d324 100644 --- a/web.lua +++ b/web.lua @@ -195,7 +195,14 @@ function FormHandler:get() self:write(index_en) end end - +turbo.log.categories = { + ["success"] = true, + ["notice"] = false, + ["warning"] = true, + ["error"] = true, + ["debug"] = false, + ["development"] = false +} local app = turbo.web.Application:new( { {"^/$", FormHandler},