-
Notifications
You must be signed in to change notification settings - Fork 44
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
Can't set authentication method v3.0.4 #91
Comments
tomasskon
changed the title
Can't set authentication method
Can't set authentication method v3.0.0
Mar 8, 2022
tomasskon
changed the title
Can't set authentication method v3.0.0
Can't set authentication method v3.0.4
Mar 9, 2022
I have the same issue, can you share your solution? |
@adamfarmer0 the solution for me was to switch to Serilog :D |
I've confirmed that the latest working version is |
was this fixed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, in the newest version v3.0.4 of the nugget the configuration seems broken and the authentication method cannot be set. I've looked into this pull request https://github.com/urielha/log4stash/pull/85 and basically adding the empty constructor solves the issue. Is there any chance that this pull request will be resolved any time soon?
The error shown while the appender is being configured
log4net:ERROR Object type not specified. Cannot create object of type [log4stash.Authentication.AuthenticationMethodChooser]. Missing Value or Type. log4net:ERROR Failed to create object to set param: AuthenticationMethod
Adding an empty constructor resolves this issue.
The text was updated successfully, but these errors were encountered: