So, if I want to divide activity into multiple log files, just like normally web access is divided from errors, is that possible?
For example, I would like to set conditions where a URL with a certain variable gets written in log1, and other stuff into log2.
This idea has come from a question in other thread where a member asked about dividing organic from PPC traffic.
Thanks
P.S.
Forgot to mention that another member already mentioned that "grep" that comes with Linux would be a good choice for automating the work with access logs.