liquid_feedback_frontend
diff config/example.lua @ 868:2aa8c9f925f4
Made debug trace configurable and disabled it by default
author | bsw |
---|---|
date | Fri Aug 17 20:40:51 2012 +0200 (2012-08-17) |
parents | 67bfa1365fb2 |
children | 1eb36d7b04a7 |
line diff
1.1 --- a/config/example.lua Fri Aug 17 20:32:22 2012 +0200 1.2 +++ b/config/example.lua Fri Aug 17 20:40:51 2012 +0200 1.3 @@ -147,6 +147,9 @@ 1.4 -- require 'webmcp_accelerator' 1.5 -- if cgi then collectgarbage("stop") end 1.6 1.7 +-- Trace debug 1.8 +-- uncomment the following line to enable debug trace 1.9 +-- config.enable_debug_trace = true 1.10 1.11 -- ======================================================================== 1.12 -- Do main initialisation (DO NOT REMOVE FOLLOWING SECTION)