We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying out your nuget package (currently latest version 8.6.1) for Serilog with the example provided at: https://www.nuget.org/packages/Elastic.Serilog.Sinks
I wouldn't compile because there is no ConcurrentConsumers property anymore in the BufferOptions class.
ConcurrentConsumers
BufferOptions
So I guess following line should be updated in the docs:
ecs-dotnet/src/Elastic.Serilog.Sinks/README.md
Line 28 in eac06c3
Also a small typo how wer are communicating on this line:
how wer are communicating
Line 43 in eac06c3
The text was updated successfully, but these errors were encountered:
Property was renamed to ExportMaxConcurrency for anyone else, looking for a solution without digging through the commit history...
Sorry, something went wrong.
No branches or pull requests
I was trying out your nuget package (currently latest version 8.6.1) for Serilog with the example provided at: https://www.nuget.org/packages/Elastic.Serilog.Sinks
I wouldn't compile because there is no
ConcurrentConsumers
property anymore in theBufferOptions
class.So I guess following line should be updated in the docs:
ecs-dotnet/src/Elastic.Serilog.Sinks/README.md
Line 28 in eac06c3
Also a small typo
how wer are communicating
on this line:ecs-dotnet/src/Elastic.Serilog.Sinks/README.md
Line 43 in eac06c3
The text was updated successfully, but these errors were encountered: