-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
As per the documentation it should be possible to have multiple log entries in the configuration:
https://cbonte.github.io/haproxy-dconv/1.7/configuration.html#3.1-log
Currently, only 1 is supported. Oddly, same applies to comments.
I haven't tested it at all, but adding these two lines at the $allowDuplicate property of HAProxy\Config\Parambag seems to work beautifully:
'log' => PHP_INT_MAX,
'#' => PHP_INT_MAX,Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels