mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-17 17:36:49 +02:00
MINOR: trace: support -dt optional format
Add an optional argument for "-dt". This argument is interpreted as a list of several trace statement separated by comma. For each statement, a specific trace name can be specifed, or none to act on all sources. Using double-colon separator, it is possible to add specifications on the wanted level and verbosity.
This commit is contained in:
@@ -402,9 +402,13 @@ list of options is :
|
||||
the libc fails to resolve an address, the startup sequence is not
|
||||
interrupted.
|
||||
|
||||
-dt : activate traces on stderr. This enables all trace sources on error
|
||||
level. This can notably be useful to detect protocol violations from
|
||||
clients or servers.
|
||||
-dt [<trace_desc>,...] : activates traces on stderr. Without argument, this
|
||||
enables all trace sources on error level. This can notably be useful to
|
||||
detect protocol violations from clients or servers. An optional argument
|
||||
can be used to specify a list of various trace configurations using ',' as
|
||||
separator. Each element activates one or all trace sources. Additionnaly,
|
||||
level and verbosity can be optionaly specified on each element using ':' as
|
||||
inner separator with trace name.
|
||||
|
||||
-m <limit> : limit the total allocatable memory to <limit> megabytes across
|
||||
all processes. This may cause some connection refusals or some slowdowns
|
||||
|
||||
Reference in New Issue
Block a user