Output.log file created on cgi web applications

Does anyone know where an output.log file is coming from? It is being created and written to while my cgi Xojo application is running. The lines are similar to the following:

199.168.80.28 - - [29/Jan/2014:06:30:24 -0600] “” 200 3180 “-” “”
199.168.80.28 - - [29/Jan/2014:06:30:25 -0600] “” 200 9062 “-” “”
199.168.80.28 - - [29/Jan/2014:06:30:25 -0600] “” 200 26325 “-” “”
199.168.80.28 - - [29/Jan/2014:06:30:26 -0600] “” 200 1179 “-” “”
199.168.80.28 - - [29/Jan/2014:06:30:26 -0600] “” 200 208134 “-” “”
199.168.80.28 - - [29/Jan/2014:06:30:27 -0600] “” 200 746 “-” “”

I’d like to turn it off as it must be affecting performance. If I “grep” the directory for output.log, grep says that it match the binary Xojo application, but I cannot find any text in my code (nor do I remember putting any in)

Thanks
Dan

What version of Xojo are you using? <https://xojo.com/issue/30563> was fixed for 2013r4.1.

That’s it. Thanks. I’m using 3.3 because you cannot modify a checkbox array (run-time creation) more than once on 4.1