diff options
Diffstat (limited to 'server/helpers/logger.js')
-rw-r--r-- | server/helpers/logger.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
8 | 8 | ||
9 | const constants = require('../initializers/constants') | 9 | const constants = require('../initializers/constants') |
10 | 10 | ||
11 | const label = constants.CONFIG.WEBSERVER.HOST + ':' + constants.CONFIG.WEBSERVER.PORT | 11 | const label = constants.CONFIG.WEBSERVER.HOSTNAME + ':' + constants.CONFIG.WEBSERVER.PORT |
12 | 12 | ||
13 | // Create the directory if it does not exist | 13 | // Create the directory if it does not exist |
14 | mkdirp.sync(constants.CONFIG.STORAGE.LOG_DIR) | 14 | mkdirp.sync(constants.CONFIG.STORAGE.LOG_DIR) |