commit | 68d2e3a74216bd137cbfce25611e935067ee839b | [log] [tgz] |
---|---|---|
author | Dragan Dosen <ddosen@haproxy.com> | Sat Sep 19 22:35:44 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 28 14:01:27 2015 +0200 |
tree | c386b3174c6faf15341aed6f581ad3a401c4a7b1 | |
parent | 59cee973cdaedfb1e83f2d52db0a55723c76199c [diff] |
MEDIUM: logs: remove the hostname, tag and pid part from the logheader At the moment we have to call snprintf() for every log line just to rebuild a constant. Thanks to sendmsg(), we send the message in 3 parts: time-based header, proxy-specific hostname+log-tag+pid, session-specific message.