mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
✨ Added ElasticSearch logging when available
no issue Ghost Ignition 4.4.4 includes ElasticSearch logging, this PR enables that feature by adding the config into the shared logger used within Ghost.
This commit is contained in:
parent
c84b74c538
commit
c2b0cbe07b
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue