]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: add socket commands and config to prepend informational messages with...
authorAndjelko Iharos <aiharos@haproxy.com>
Thu, 20 Jul 2017 09:59:48 +0000 (11:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 13 Sep 2017 11:37:59 +0000 (13:37 +0200)
commitc4df59e91487ca78851a742adb70322264bd6992
tree2de09d53bbe522b4caebc898355b26916f9c9fa2
parented0d96cac4c2235be3ab44b94269bbb8ab55dc6f
MINOR: cli: add socket commands and config to prepend informational messages with severity

Adds cli commands to change at runtime whether informational messages
are prepended with severity level or not, with support for numeric and
worded severity in line with syslog severity level.

Adds stats socket config keyword severity-output to set default behavior
per socket on startup.
doc/configuration.txt
doc/management.txt
include/proto/listener.h
include/types/applet.h
include/types/cli.h
include/types/listener.h
src/cli.c