On Thu, Dec 5, 2013 at 9:41 AM, Brendan Kearney <bpk678@xxxxxxxxx> wrote: > i am wondering if there is a logformat code that can be used to log the > URL (domain.tld or host.domain.tld) independent of the URI > (/path/to/file.ext?parameter)? i am using %ru, which gives me the URL > and URI in one string. %rp seems to be the URI, but i am not using that > right now and can only go by what i am reading in the docs. > > i am looking to log the URL in a separate field from the URI so that in > a database of the log entries, the URL can be indexed for better search > and reporting performance. is there an easy way to accomplish this? Why don't you use a trigger? That is what I do.