Closed josegonzalez closed 1 year ago
The output log is to stdout, which means docker will handle the logs. That is a preferable option to allow us send the logs to a centralized log repo. Saving to a file will require log rotation, etc.
Let me check the configurable log level.
This is been done in the Kubernetes branch
This can be closed, seems also implemented for docker deploys via the EASYHAPROXY_LOG_LEVEL
env var.
It would be great to somehow be able to configure the log-level of haproxy, as well as where app request logs go (assuming we can write them to a file per backend or something).