Cflog file locations and errors

Hello, I have a couple of questions that I’m having trouble finding answers
for:

First, where does Lucee (4.1 I believe) store files written by cflog? I
converted an app to Lucee some time ago that had a number of logging points
and I can’t find these logs anymore.

Second, I’m getting a ton of errors in my catalina.[date].log files since
yesterday (and intermittently in the past, but not all the time, it
appears) that looks like this:

Dec 16, 2016 1:52:26 PM com.microsoft.sqlserver.jdbc.TDSReader readPacket
WARNING: ConnectionID:2693 ClientConnectionId:
4c782e21-eefb-4553-a43d-60d474452ebd TDS header contained invalid packet
length:0; packet size:8000

Whatever this is (database related is all I can gather), it’s causing my
site to be really unresponsive and it eventually stops serving pages. Does
anyone have any ideas? I’m running MS SQL Server 2012 Express as a database.

Thanks,
Doug

They should be in the logs folder inside the WEB-INF directory for
that particular web context. By default that’s normally in the webroot
of your app.On 17 December 2016 at 12:21, <@doug> wrote:

where does Lucee (4.1 I believe) store files written by cflog? I converted
an app to Lucee some time ago that had a number of logging points and I
can’t find these logs anymore.