Commit 3edef2e6 authored by Geoff Simmons's avatar Geoff Simmons

Some more verbose debug logging for haproxy interaction.

parent 8e66c141
......@@ -353,7 +353,7 @@ func (hc *Controller) updateInstance(inst *haproxyInst, spec *Spec) error {
hc.log.Infof("Update haproxy instance %s to TLS config: %s",
inst.name, spec)
hc.log.Debugf("haproxy instance: %+v", inst)
hc.log.Debugf("haproxy instance: %+v, spec: %+v", inst, spec)
if reflect.DeepEqual(spec, inst.spec) {
hc.log.Infof("haproxy instance %s: TLS config %s was "+
"accepted for load", inst.name, spec)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment