bruno-garcia / log4net.ElasticSearch

log4net appender to ElasticSearch
https://bruno-garcia.github.io/log4net.ElasticSearch/
Other
219 stars 92 forks source link

docker problem #113

Closed indexlang closed 4 years ago

indexlang commented 4 years ago

when I use the nuget package in windows 10,there is no problem, but when I publish my project to docker ,they cannot work well and have no error info.

bruno-garcia commented 4 years ago

If it's working from Windows, and you didn't change the configuration at all when creating the docker image it's more likely it's a networking issue. Where the app can't reach the indexer.

It's hard to help you in this case. Specially without any repro. Feel free to reopen if you can provide some small reproducible.