From 3737bbafb109a79f77c3047eb9b2791e6b57344e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 23 Oct 2016 19:41:17 +0200 Subject: Server: host -> hostname (host = hostname + port) --- server/helpers/logger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/helpers') diff --git a/server/helpers/logger.js b/server/helpers/logger.js index 590ceaeb6..fcc1789fd 100644 --- a/server/helpers/logger.js +++ b/server/helpers/logger.js @@ -8,7 +8,7 @@ winston.emitErrs = true const constants = require('../initializers/constants') -const label = constants.CONFIG.WEBSERVER.HOST + ':' + constants.CONFIG.WEBSERVER.PORT +const label = constants.CONFIG.WEBSERVER.HOSTNAME + ':' + constants.CONFIG.WEBSERVER.PORT // Create the directory if it does not exist mkdirp.sync(constants.CONFIG.STORAGE.LOG_DIR) -- cgit v1.2.3