mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
Clarify unit of duration field in access log
This commit is contained in:
parent
b586ae2f25
commit
02bdc1dcb9
@ -180,7 +180,7 @@ accessLog:
|
||||
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `StartUTC` | The time at which request processing started. |
|
||||
| `StartLocal` | The local time at which request processing started. |
|
||||
| `Duration` | The total time taken by processing the response, including the origin server's time but not the log writing time. |
|
||||
| `Duration` | The total time taken (in nanoseconds) by processing the response, including the origin server's time but not the log writing time. |
|
||||
| `FrontendName` | The name of the Traefik frontend. |
|
||||
| `BackendName` | The name of the Traefik backend. |
|
||||
| `BackendURL` | The URL of the Traefik backend. |
|
||||
|
Loading…
x
Reference in New Issue
Block a user