From bc542ad810dba84f90e29de7fe87a8e623540ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 11:55:46 +0800 Subject: [PATCH] Update main.js --- main.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.js b/main.js index 8e7f583..1163ff3 100644 --- a/main.js +++ b/main.js @@ -192,6 +192,9 @@ function initWebServer(settings) { // all of our routes will be prefixed with /api app.use('/api', router); + + adapter.log.info('config port: ' + settings.port); + /* if (settings.port) { if (settings.secure) {