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,
As per the documentation it should be possible to have multiple
logentries 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
$allowDuplicateproperty ofHAProxy\Config\Parambagseems to work beautifully: