|
Update:
I got the defog trigger working. In my case the issue was the encoding type of the logcfg.txt file. At some point I switched the ecoding to plain UTF-8. Using this encoding, none of my files would work. When I switched them back to "UTF-8 without BOM" they worked perfectly. I verified this by taking the working no-trigger file and saving it to UTF-8, which broke logging completely, then saving it back to UTF-8 without BOM and it started working perfectly again.
I'm using notepad++ and can change the encoding at will, i suspect windows notepad and some others might mess with the encoding, In fact I think I remember that from years ago with the ralliart. So... if you any of you are having strange logging issues or can't get triggers working on an otherwise working config, check the encoding type and make sure it us UTF-8 without BOM
|