🐛 forward missing logging config: rotation
no issue
This commit is contained in:
parent
b00d9fee6d
commit
a353a9e0ea
@ -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')
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user