Skip to content
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

SeqRequestLogsFeature does not work with ServiceStack v5.9 #27

Open
labilbe opened this issue Jun 18, 2020 · 0 comments
Open

SeqRequestLogsFeature does not work with ServiceStack v5.9 #27

labilbe opened this issue Jun 18, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@labilbe
Copy link

labilbe commented Jun 18, 2020

An error is thrown on AppHost.Init().
Error message is Method 'get_IgnoreFilter' in type 'ServiceStack.Seq.RequestLogsFeature.SeqRequestLogger' from assembly 'ServiceStack.Seq.RequestLogsFeature, Version=5.1.0.104, Culture=neutral, PublicKeyToken=null' does not have an implementation..

Responsible line is define in AppHost.Configure() at this line.

if (AppSettings.Get("SeqEnabled", false))
    plugins.Add(new SeqRequestLogsFeature { SeqUrl = AppSettings.GetString("SeqUrl") });

If I ignore this line, no error is thrown.

Thank you for your time!

@wwwlicious wwwlicious self-assigned this Jun 20, 2020
@wwwlicious wwwlicious added the Bug label Jun 20, 2020
@wwwlicious wwwlicious added this to the 5.9.0 milestone Jun 20, 2020
wwwlicious added a commit that referenced this issue Jun 20, 2020
wwwlicious added a commit that referenced this issue Jun 20, 2020
wwwlicious added a commit that referenced this issue Jun 20, 2020
wwwlicious added a commit that referenced this issue Jun 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants