Skip to content

Commit

Permalink
Output the port the service will bind to in console
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlefs committed Sep 13, 2023
1 parent 36e4bb9 commit ed93c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function getPort() returns int {
// error should never happen if regex is correct...
}
}
log:printInfo("Binding to port " + port.toBalString());
return port;
}

Expand Down

0 comments on commit ed93c36

Please sign in to comment.