]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: logs: add a new per-proxy "log-tag" directive
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Jan 2015 14:03:42 +0000 (15:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Jan 2015 14:03:42 +0000 (15:03 +0100)
commit094af4e16e764474d1f37c2904c4ad8b448792af
tree39d7219e9c785a26d76385e6465059a3a8231261
parentfb4e7ea30745a6a3a12077fa75f0cd1ba422a01b
MINOR: logs: add a new per-proxy "log-tag" directive

This is equivalent to what was done in commit 48936af ("[MINOR] log:
ability to override the syslog tag") but this time instead of doing
this globally, it does it per proxy. The purpose is to be able to use
a separate log tag for various proxies (eg: make it easier to route
log messages depending on the customer).
doc/configuration.txt
include/types/proxy.h
src/cfgparse.c
src/log.c