A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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