Skip to content

software/erp5: include timestamp in haproxy error log

Jérome Perrin requested to merge fix/haproxy-timestamp into master

Haproxy log errors for events like when all backends from a family fail the health check, it is helpful for investigations to have a timestamp in this log.

We were using ActionFileDefaultTemplate so that access logs use standard "combined"-like format, we change so that this apply only to the access log, so that error log have the default "timestamp hostname process[pid] message" format.

Merge request reports