Skip to content

Commit

Permalink
Merge branch 'w/7.9/improvement/S3C-3653-add-fields' into tmp/octopus…
Browse files Browse the repository at this point in the history
…/w/8.1/improvement/S3C-3653-add-fields
  • Loading branch information
bert-e committed Dec 2, 2020
2 parents aa5f714 + c84d41c commit 10627f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/network/http/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ class Server {
this._logger.info('Server is listening', {
method: 'arsenal.network.Server._onListening',
address: this._server.address(),
serverIP: this._address,
serverPort: this._port,
});
this._cbOnListening();
}
Expand Down

0 comments on commit 10627f5

Please sign in to comment.