You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/etc/trafficserver/logging.yaml.etlua
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ logging:
5
5
# chi: Client: IP address of the client’s host.
6
6
# caun: Client Request: Authentication User name
7
7
# cqtn: Client Request: Client request timestamp
8
-
# cqtx: Client Request: HTTP client request text
8
+
# cqhm: Client Request: HTTP method
9
+
# pqu: Proxy Request: URL
10
+
# cqpv: Client Request: Request protocol and version
9
11
# pssc: Proxy Response: HTTP response status code sent by Traffic Server proxy to the client.
10
12
# pscl: Proxy Response: Content body length of the Traffic Server proxy response.
11
13
#
@@ -44,7 +46,7 @@ logging:
44
46
# csssc: Cached Proxy: Response HTTP response status code of the origin server response, as cached by Traffic Server.
45
47
# cqtr: Client Request: TCP reused status of the connection between the client and Traffic Server proxy, indicating whether the request was delivered through an already established connection.
46
48
# cquuc: Client Request: Canonical (prior to remapping) effective URL from client request.
0 commit comments