mesosphere / marathon-lb

Marathon-lb is a service discovery & load balancing tool for DC/OS
Apache License 2.0
450 stars 300 forks source link

Imprecise config checking prevents certain HAproxy configurations #613

Closed jcmcken closed 5 years ago

jcmcken commented 5 years ago

This line is not a valid way to check if the daemon directive is being used.

I have a stanza I want to use in my HAproxy config:

  log /dev/log daemon notice

The daemon here is a syslog facility.

Because the config validation isn't very precise, it blocks me from starting MLB with such a configuration.