IDR/deployment

Split haproxy.log into access logs and error/status logs

Closed this issue · 1 comments

Currently idr-proxy:/var/log/haproxy/haproxy.log contains all haproxy logs. We should split up the logs so access logs go into one file for easy parsing, and status messages (e.g. backend on/offline) go to a separate log.

Fixed by #99