Skip to content

Commit 7a1305c

Browse files
authored
Merge pull request #222 from Deep-Codes/main
2 parents b7b97b4 + ff5a6ec commit 7a1305c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ func main() {
109109
router := routes.InitRouter(log)
110110
log.Info("Starting Authorizer: ", VERSION)
111111
port, err := memorystore.Provider.GetStringStoreEnvVariable(constants.EnvKeyPort)
112+
log.Info("Authorizer running at PORT: ", port)
112113
if err != nil {
113114
log.Info("Error while getting port from env using default port 8080: ", err)
114115
port = "8080"

0 commit comments

Comments
 (0)