Since upgrading to DNN 8 I've noticed that the Admin -> Event Viewer is missing several pieces of information that used to be present on every error. The Message, InnerMessage, and InnerStackTrace are there, but not the StackTrace, UserAgent, Referrer, RawUrl, TabId, UserId, PortalId, AssemblyVersion, FileName, FileLineNumber, FileColumnNumber, or Method.
I looked in the EventLog table in the database and the LogProperties column only has the DefaultDataProvider, ExceptionGUID, and AbsoluteURL (even though the AbsoluteURL isn't displayed in the Event Viewer module on the site).
The ExceptionEvents table is empty. Please let me know what I need to do to get error logging working again.
Thank you.