]> git.kaiwu.me - haproxy.git/commit
[MEDIUM] updated log format to report frontend and backend
authorWilly Tarreau <w@1wt.eu>
Sat, 30 Dec 2006 10:54:15 +0000 (11:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Dec 2006 10:54:15 +0000 (11:54 +0100)
commitebd6160dd3c5332a5446106efeb23f0d1f0f9838
tree85e0ad60040d0504e2e965f1c1cbbba028355f23
parent977b8e41ba077cc2085af88e6c3b5f9645bb9488
[MEDIUM] updated log format to report frontend and backend

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 '"'
src/log.c
src/standard.c