-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EventId duplication #141
Comments
It is caused by NLog.Extensions.Logging, that captures the EventId many times:
The goal is to remove The ElasticSearch-Target has the option |
@snakefoot thanks for the quick response. I used the |
Closing the issue is fine, since not for this repository.
|
When logging messages like this:
logger.LogError(new EventId(1, "Test"), "some message")
The following Json object gets logged in ElasticSearch:
The same information about the event gets logged twice.
Is this a bug or the intended behaviour?
The text was updated successfully, but these errors were encountered: