This fixes a typo that was erroneously checking for an env variable named POSTGRESS_ADDR (with two s's) rather than POSTGRES_ADDR.
It also adds some logging of the postgres connection and of the initial status of the server and sets the default log level to warn instead of debug so that these log messages display by default.
This fixes a typo that was erroneously checking for an env variable named
POSTGRESS_ADDR
(with two s's) rather thanPOSTGRES_ADDR
.It also adds some logging of the postgres connection and of the initial status of the server and sets the default log level to
warn
instead ofdebug
so that these log messages display by default.