AUTH-1519: Added logging

This commit is contained in:
Austin Cherry 2019-02-15 15:30:44 -06:00
parent 1558280185
commit 850f804c47
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ func StartServer(logger *logrus.Logger, address, originURL string, shutdownC <-c
logger.WithError(err).Error("failed to start forwarding server")
return err
}
logger.Info("Started listening on ", address)
defer listener.Close()
for {
select {