The logger is implemented. nginx-gateway deployment takes two env vars: - `LOGGER_URL` - `LOGGER_TOKEN` On each request it receives, it makes a non-blocking call to ``` GET $LOGGER_URL/?username=$username headers: { Authorization: Bearer $LOGGER_TOKEN } ```