Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 92d85c3

Browse files
committedApr 26, 2021
MINOR: examples: removed the deprecated global 'debug' directive
Newer versions of HAProxy (2.3 onwards) no longer support the 'debug' directive in the configuration. The same functionality (as using the 'debug' directive) can be achieved by running HAProxy using the '-d' argument.
1 parent 2431d4b commit 92d85c3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed
 

‎test/haproxy-htx.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ global
44
hard-stop-after 10s
55
tune.ssl.default-dh-param 2048
66
log localhost:514 local7 debug
7-
debug
87
stats socket /tmp/haproxy.sock mode 666 level admin
98

109
defaults

‎test/haproxy-mw.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ global
44
hard-stop-after 10s
55
tune.ssl.default-dh-param 2048
66
log localhost:514 local7 debug
7-
debug
87
stats socket /tmp/haproxy.sock mode 666 level admin
98
master-worker
109
mworker-max-reloads 3

‎test/haproxy.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ global
44
hard-stop-after 10s
55
tune.ssl.default-dh-param 2048
66
log localhost:514 local7 debug
7-
debug
87
stats socket /tmp/haproxy.sock mode 666 level admin
98

109
defaults

0 commit comments

Comments
 (0)
Please sign in to comment.