mastodon / flodgatt

A blazingly fast drop-in replacement for the Mastodon streaming API server
GNU Affero General Public License v3.0
86 stars 8 forks source link

Hotfix for typo and logging #24

Closed codesections closed 5 years ago

codesections commented 5 years ago

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.