diff --git a/core/shared/logging.js b/core/shared/logging.js index e057e8166b..63a9faaf90 100644 --- a/core/shared/logging.js +++ b/core/shared/logging.js @@ -11,5 +11,6 @@ module.exports = logging({ transports: config.get('logging:transports'), gelf: config.get('logging:gelf'), loggly: config.get('logging:loggly'), + elasticsearch: config.get('logging:elasticsearch'), rotation: config.get('logging:rotation') });