commit | c1b0645dac158d58451226ac0b4de105336dc4cc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 12 11:57:56 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 12 18:37:55 2018 +0100 |
tree | 94c429ac371dd080d63c1c3f3516aaec8ab2eca9 | |
parent | e8746a08b249622cd72a441526c76366a4a9f663 [diff] |
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.