Hi allWe've implemented an event log writer in K13 (.NET framework) to send all logs to an Azure Analytics workspace, as described here:https://docs.xperience.io/custom-development/customizing-event-loggingEverything seems to work as expected except for one problem. The EventLogData.EventTime as received by the WriteLog() method is always empty i.e. appears with default value 1/1/0001 12:00:00 AM. Event time is present when viewed in the original event logs.Our logging settings are all default and there don't seem to be any settings which would have an impact. Thanks in advance for advice on the issue.
↧