London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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