1
0
Fork 0
mirror of synced 2024-06-25 01:30:54 +12:00

fix disk full

This commit is contained in:
nagadomi 2015-06-28 23:56:12 +00:00
parent 6a91d7d3b4
commit a7a5f5b1b2

View file

@ -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},