mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-04 16:46:45 -04:00
The log format has been slightly updated to separately report the name of the frontend and the name of the backend. The accept date has been enhanced to report the millisecond. The number of remaining connections has also been updated and their order reversed, to include the number of connections on the frontend. The new log format is now : - $1: IP:port - $2: accept date in this format : [dd/mm/YYYY:HH:MM:SS.ttt] - $3: frontend name - $4: backend name '/' server name - $5: req time '/' queue time '/' conn time '/' header time '/' total time - $6: HTTP status code - $7: number of bytes returned - $8: captures (request) - $9: captures (response) - $10: completion flags - $11: remaining conns on process '/' frontend '/' backend '/' server - $12: srv queue size '/' backend queue size - $13..: '"' full request '"' |
||
|---|---|---|
| .. | ||
| appsession.c | ||
| backend.c | ||
| base64.c | ||
| buffers.c | ||
| capture.c | ||
| cfgparse.c | ||
| checks.c | ||
| chtbl.c | ||
| client.c | ||
| fd.c | ||
| haproxy.c | ||
| hashpjw.c | ||
| hdr_idx.c | ||
| list.c | ||
| log.c | ||
| proto_http.c | ||
| proxy.c | ||
| queue.c | ||
| regex.c | ||
| server.c | ||
| session.c | ||
| standard.c | ||
| stream_sock.c | ||
| task.c | ||
| time.c | ||
| uri_auth.c | ||