diff --git a/lib/core/Logging.js b/lib/core/Logging.js index 45189fa58..491922e96 100644 --- a/lib/core/Logging.js +++ b/lib/core/Logging.js @@ -18,9 +18,7 @@ var app, rootpath = process.cwd(), /** * Core export */ -exports = module.exports = { - configureLogging:configureLogging -}; +exports = module.exports.configureLogging = configureLogging; /** * Configure winston to provide the logging services.