classic
classic copied to clipboard
Serilog web request logging and enrichment for classic ASP.NET applications
Hello, First of all, great project you have here. I'm working on a classic web with ASMX services and I was wondering if there is any chance to customize the...
Hello, I am using an app that was working fine with the IIS Classic Mode until I started using Serilog and SerilogWeb.Classic for logging. Now that the application was deployed...
What would be great is if the http module, in SerilogWeb.Classic.ApplicationLifecycleModule had some sort of hook to mix in more information from the http context when it was logging. For...
Is it by design that we it are able only to log FormData and not any other plain POST payload like JSON. I know it would be aweful to log...
I first thought I had broken things while working on #49 , but I saw the same behavior when running from the `master` branch. When debugging the application in VS...
I am using version 2.0.9 of this component to log an ASP.NET MVC 5 application. It is working correctly, however does not log any 500 Internal server errors. All exceptions...
Hi, I'm facing a problem with getting multiple log messages for a single request. One log message with status 404 (correct one) and one with status 200. More particular, for...
We had a problematic scenario today which a .NET Framework 4.8 ASP.NET application hung up after queuing multiple requests stuck on "Begin request" state, on the __DynamicModule_SerilogWeb.Classic.ApplicationLifecycleModule module. That same...
Hi @tsimbalar and other contributors, As a consequence of the world moving on to .NET Core for new development, the SerilogWeb classic, MVC, and WebAPI integrations haven't been actively maintained...