Lucee 7's new "Context" column in cflog output is breaking change?

Appears that Lucee 7 added a new column in cflog output.

Lucee 6.2
“Severity”,“ThreadID”,“Date”,“Time”,“Application”,“Message”

Lucee 7
“Severity”,“ThreadID”,“Date”,“Time”,“Context”,“Application”,“Message”

It’s a breaking change when parsing a log file and expecting the Application or Message columns to be in their previous positions.

Unless I’m missing something in my config?