]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp %Ts %rt %H %pid
authorWilliam Lallemand <wlallemand@exceliance.fr>
Thu, 5 Apr 2012 16:02:55 +0000 (18:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 7 Apr 2012 14:05:39 +0000 (16:05 +0200)
commit5f2324019def77f0b523f8a4bd9c6c0831de6e14
tree17d75c2a77c0a47966669d68fefd896633437623
parent1d7055675e79ec704b82a43cc937f67efaed51b1
MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp %Ts %rt %H %pid

%Fi: Frontend IP
%Fp: Frontend Port
%Si: Server IP
%Sp: Server Port
%Ts: Timestamp
%rt: HTTP request counter
%H: hostname
%pid: PID

+X: Hexadecimal represenation

The +X mode in logformat displays hexadecimal for the following flags
%Ci %Cp %Fi %Fp %Bi %Bp %Si %Sp %Ts %ct %pid

rename logformat_write_string() to lf_text()

Optimize size computation
doc/configuration.txt
include/proto/log.h
include/types/global.h
include/types/log.h
src/haproxy.c
src/log.c
src/proto_http.c