mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
🐛 forward missing logging config: rotation
no issue
This commit is contained in:
parent
b00d9fee6d
commit
a353a9e0ea
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue