-
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
Tracing in Revenj.AspNetCore #164
Comments
I did not port that project to .NET standard/core. |
I've included it in new release, although you might need to reference some type explicitly to have it available on scanning |
Thanks @zapov I've set Revenj.Plugins.Aspects.PerformanceTrace.Configuration.TraceAll to true I'm still struggling to get the logs in Serilog. It's is probably more a TraceSource .NET Core thing. It looks like this is needed on all Revenj's TraceSources: Any idea how to do this on all Revenj's TraceSources from within my app? |
I've read the official stance and not sure I want to change anything ATM. The best course of action for now seems to replicate the code with your own logging: https://github.com/ngs-doo/revenj/blob/master/csharp/Plugins/Revenj.Plugins.Aspects/DatabaseTrace/Configuration.cs |
Hi @zapov
How do I enable Performance.TraceDatabase with Revenj.AspNetCore?
revenj/csharp/Server/Revenj.Wcf/Web.config
Line 20 in 18aaf5f
Thanks
The text was updated successfully, but these errors were encountered: