markmcdowell / NLog.Targets.ElasticSearch

NLog target for Elasticsearch
MIT License
176 stars 89 forks source link

fix: EnableJsonLayout - Ensure valid DocumentInfo when pipeline not assigned #159

Closed snakefoot closed 9 months ago

snakefoot commented 2 years ago

EnableJsonLayout=true fails with NullReferenceException when not having assigned pipeline-property.

Fixing bug introduced with #125, that shows when using NLog 5.0

Resolves #163

wyskens commented 11 months ago

Any idea when this will be merged?