diff --git a/test/tickets/LDEV5206.cfc b/test/tickets/LDEV5206.cfc index 338fa951eb..d6876d2898 100644 --- a/test/tickets/LDEV5206.cfc +++ b/test/tickets/LDEV5206.cfc @@ -19,6 +19,8 @@ component extends = "org.lucee.cfml.test.LuceeTestCase" { "min-time": 100, "snippet": true }); + systemOutput("", true); + systemOutput("Logging executionLog to console", true); local.result = _InternalRequest( template : "#uri#/ldev5206.cfm" );