joechastain
04/27/2023, 6:45 PMDBAppender.cfc
, it turns out that the rotate
property is defaulted to true
and the rotationDays
property is defaulted to 30
for dbappenders. We weren't aware that these properties even existed since they aren't listed along with the other properties like table
, dsn
, etc. in the docs for the DBAppender. We added rotate = false
to our appender properties and the problem is fixed. Easy enough. But wanted to mention it to see if the docs should be updated to prevent anyone else from running into this unexpectedly.richard.herbert
04/27/2023, 10:21 PMjoechastain
04/27/2023, 11:26 PMjoechastain
04/28/2023, 12:03 AMlmajano
04/28/2023, 2:43 PMlmajano
04/28/2023, 2:43 PMlmajano
04/28/2023, 2:43 PMrichard.herbert
04/28/2023, 2:44 PM