Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
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