]> git.kaiwu.me - haproxy.git/commit
MEDIUM: log: add a new "raw" format
authorWilly Tarreau <w@1wt.eu>
Mon, 12 Nov 2018 10:57:56 +0000 (11:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Nov 2018 17:37:55 +0000 (18:37 +0100)
commitc1b0645dac158d58451226ac0b4de105336dc4cc
tree94c429ac371dd080d63c1c3f3516aaec8ab2eca9
parente8746a08b249622cd72a441526c76366a4a9f663
MEDIUM: log: add a new "raw" format

This format is pretty similar to the previous "short" format except
that it also removes the severity level. Thus only the raw message is
sent. This is suitable for use in containers, where only the raw
information is expected and where the severity is supposed to come
from the file descriptor used.
doc/configuration.txt
include/types/log.h
src/log.c