From a7a5f5b1b2a491430d644e986b93d8beaba1fb66 Mon Sep 17 00:00:00 2001 From: nagadomi Date: Sun, 28 Jun 2015 23:56:12 +0000 Subject: [PATCH] fix disk full --- web.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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},