Hi I'm using 4.2.0 TS, my config file is below.
<LogFormat> <Name = "cachelog"/> .... </LogFormat> <LogFilter> <Name = "ERROR_UNKNOWN"/> <Condition = "crc MATCH 90"/> <Action = "REJECT"/> </LogFilter> <LogObject> <Format = "cachelog"/> <Filename = "test"/> <Protocols = "http"/> <ServerHosts = "test.test.com"/> </LogObject> There is no log file even I did using curl 'http://test.test.com'. If I remove 'SeverHosts' tag, it is work well. I don't know why it's not work, plz give me some examples. Thanks.
