-
Notifications
You must be signed in to change notification settings - Fork 851
Closed
Labels
Description
Hi
I want to track urls of client requests so in the logging.config:
-- Squid Log Format.
squid = format {
Format = '%<cqts> %<ttms> %<chi> %<crc>/%<pssc> %<psql> %<cqhm> %<cquc> %<caun> %<phr>/%<pqsn> %<psct>'
}
log.ascii {
Format = squid,
Filename = 'squid'
}
In the ATS documentation:
cquc | Client Request | Canonical URL from the client request to Traffic Server. This field differs from cqu by having its contents URL-escaped (spaces and various other characters are replaced by percent-escaped entity codes).
I thought cquc will be the client request (the url I paste in my browser) but it is actually the origin server.