Skip to content

Commit

Permalink
fix disk full
Browse files Browse the repository at this point in the history
  • Loading branch information
nagadomi committed Jun 28, 2015
1 parent 6a91d7d commit a7a5f5b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion web.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit a7a5f5b

Please sign in to comment.