haproxy/src
Willy Tarreau ebd6160dd3 [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 '"'
2006-12-30 11:54:15 +01:00
..
appsession.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
backend.c [MEDIUM] errorloc now checked first from backend then from frontend 2006-12-24 17:47:20 +01:00
base64.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
buffers.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
capture.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
cfgparse.c [MAJOR] distinguish between frontend, backend, ruleset and listen 2006-12-29 14:19:17 +01:00
checks.c [MAJOR] reworked ->be, ->fe and ->fi in sessions 2006-12-17 19:31:23 +01:00
chtbl.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
client.c [MINOR] store HTTP error messages into a chunk array 2006-12-23 20:51:41 +01:00
fd.c [CLEANUP] fd.c : regparm was hardcoded too. 2006-10-15 23:10:10 +02:00
haproxy.c [MEDIUM] errorloc now checked first from backend then from frontend 2006-12-24 17:47:20 +01:00
hashpjw.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
hdr_idx.c [BUG] files were missing for hdr_idx in previous commit 2006-12-04 02:20:02 +01:00
list.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
log.c [MEDIUM] updated log format to report frontend and backend 2006-12-30 11:54:15 +01:00
proto_http.c [MEDIUM] session logging is now defined by the frontend 2006-12-27 17:18:38 +01:00
proxy.c [MAJOR] distinguish between frontend, backend, ruleset and listen 2006-12-29 14:19:17 +01:00
queue.c [MEDIUM] split fe->maxconn into fe->maxconn and be->fullconn 2006-12-29 00:10:33 +01:00
regex.c [CLEANUP] add a few "const char *" where appropriate 2006-10-15 15:17:57 +02:00
server.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
session.c [MAJOR] reworked ->be, ->fe and ->fi in sessions 2006-12-17 19:31:23 +01:00
standard.c [MEDIUM] updated log format to report frontend and backend 2006-12-30 11:54:15 +01:00
stream_sock.c [CLEANUP] add a few checks for functions return values 2006-10-15 14:59:03 +02:00
task.c [CLEANUP] renamed include/haproxy to include/common 2006-06-29 17:53:05 +02:00
time.c [MEDIUM] use regparm on a few tv_* functions 2006-10-15 15:38:50 +02:00
uri_auth.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00