| | 1 | == How do I disable Model-Glue debugging output for specific events? == |
| | 2 | |
| | 3 | To disable Model-Glue debugging output for specific event, set the following request variable before the request completes: |
| | 4 | |
| | 5 | {{{ |
| | 6 | <cfset request.modelGlueSuppressDebugging = "false" /> |
| | 7 | }}} |
| | 8 | |
| | 9 | Model-Glue will verify this setting before rendering the Model-Glue debugging to the page buffer output. |
| | 10 | |
| | 11 | ''Note: In Model-Glue 2: Unity, any value for '''request.modelGlueSuppressDebugging''' will suppress the debug output.'' |
| | 12 | |
| | 13 | |