Skip to content

Allow multiple log entries #3

@TonyBogdanov

Description

@TonyBogdanov

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions