🐛 forward missing logging config: rotation

no issue
This commit is contained in:
kirrg001 2017-02-17 18:24:14 +01:00
parent b00d9fee6d
commit a353a9e0ea

View File

@ -8,5 +8,6 @@ module.exports = logging({
mode: config.get('logging:mode'),
level: config.get('logging:level'),
transports: config.get('logging:transports'),
loggly: config.get('logging:loggly')
loggly: config.get('logging:loggly'),
rotation: config.get('logging:rotation')
});