2009-11-03 16:03:39 UTC
I am trying to analyze some FTP traffic. I have used this before and it worked perfectly but doing the same things with the same type of logs, I am only getting an output of only "Monthly History" on the .html page. The only thing different about my log files is that there is no C at the end of the lines, so I took off the extra %other, it worked previously but not now.
Here is my current logformat
LogFormat="%time3 %other %host %bytesd %url %other %other %method %other %logname %other %code %other"
Here is a line from the FTP log
Thu Oct 01 00:00:01 2009 0 f1.xxxxxx.com 14385 "/xxxxx.CSV" b _ o r tmg ftp 0 *
Anyone know why I'm only getting partial information?
Please help!