My AwStats 7.8 doesn't update when I add custom fields to my IIS log:
crypt-protocol crypt-cipher crypt-hash crypt-keyexchange
I've added these fields to my LogFormat =
LogFormat = "all the other fields + crypt-protocol crypt-cipher crypt-hash crypt-keyexchange"
I get the error: Your log file logresolvemerge.pl D:/Data/log/u_ex*.log | must have a bad format or LogFormat parameter setup does not match this format.
I found the answer: these extra fields are not recognized by AwStats. You have to rename the extra LogFormat columns to: other.
So you get this:
LogFormat = "all the other fields + other other other other"