Bruno Garcia

Results 1015 comments of Bruno Garcia

It's not clear what ur set up is, hard to tell with the given info. The issue was raise da while back, did you have any luck since?

Could you please try with https://www.nuget.org/packages/log4net.ElasticSearch/2.6.0-preview3 and confirm it works?

Often production server require a proxy to access the Internet. With .NET Framework you can set it up via `app.config` or `web.config` (or even machine.config). Other than that it's hard...

I don't follow what is the culprit of the error. You can make a [pull request here on GitHub](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests) to offer the code that fixes the problem. With that I...

Good point. I'll make a release this weekend.

I pushed another preview out, please let me know how things work so we can roll out a stable one: https://www.nuget.org/packages/log4net.ElasticSearch/2.6.0-preview3

> Looks like This preview have null check for resolve via new extension method? Sorry but I'm not sure I understood the question. Could you please clarify? > One thing...

You can customize by setting the format on the appender configuration, like this: https://github.com/bruno-garcia/log4net.ElasticSearch/blob/3929690800d3f228a33cff0336ca8c941052dd4f/src/log4net.ElasticSearch.Tests/logConfig.xml#L21

There are no changes to release at this point. You're free to pin the version to log4net in the latest version on your own project. Bumping it here will create...

Sorry but what application are you referring to? Could you please share the code so we can investigate?