Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-13 | Use `listen_tcp` for the replication listener | Richard van der Hoff | 1 | -7/+7 | |
Fixes the "can't listen on 0.0.0.0" error. Also makes it more consistent with what we do elsewhere. | |||||
2019-02-13 | Improve logging around listening services | Richard van der Hoff | 2 | -11/+20 | |
I wanted to bring listen_tcp into line with listen_ssl in terms of returning a list of ports, and wanted to check that was a safe thing to do - hence the logging in `refresh_certificat |