log4stash
log4stash copied to clipboard
Can't set authentication method v3.0.4
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.
I have the same issue, can you share your solution?
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 3.0.2
. It would be great to have the fix as we're affected by the issue as well.
was this fixed?