You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the <AuthenticationMethod> block, log4net can't instantiate an AuthenticationMethodChooser because there is no default constructor.
The text was updated successfully, but these errors were encountered:
jdivy
changed the title
Authentication configuration does not feel compatible with "
Authentication configuration does not feel compatible with "log4net >= 2.0.8"
Jul 20, 2021
I'm trying to get away from log4net 2.0.8 and attempting to use the latest 2.0.12. All requests to elasticsearch are failing because log4net is not reading the configuration properly and has no idea what my basic authentication credentials are.
When using the
<AuthenticationMethod>
block, log4net can't instantiate an AuthenticationMethodChooser because there is no default constructor.The text was updated successfully, but these errors were encountered: