Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Maybe just turn off their message in the log config? Did you already take a look at the EPiServer.Global source code in the SDK?
Hi is there some way to customize how EPiServer.Global logs unhandled exceptions
I currently have some custom handling in Global.asax that handles my logging and clears the last error, but EPiServer still logs a Error but without any Exception details.
EPiServer.Global currently logs a Error even when HttpContext.Current.Server.GetLastError() returns null
So its impossible to avoid that EPiServer logs Errors with handling logging differently in other Modules or in the Global.asax