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-even...
Hi Guys, I have a new question.I have have some custom events I write to the event log. These show up during the week, but stop working over a weekend. Making it difficult to investigate errors aft...
Exception type: CMS.Protection.Web.UI.CsrfException Stack trace: at CMS.Protection.Web.UI.CsrfProtection.ThrowCsrfException(String message, Exception innerException) at CMS.Protection.Web.UI.CsrfPr...
I have been uploading different things with staging from pre-production to production, and now in the production event log I get this error. Does anyone know why? thank you very muchUnexpected exce...
The following code delete yearly the ContactUs form records.I want on the Event log to show the number of the records where deleted.using CMS.Scheduler; using CMS.EventLog; using CMS; using CMS.Onl...
I created a scheduled task which sync few fields on all the contacts in the system with external system. I have search index on contacts. During scheduled task run, I get following exception in my ...
Hi, In our Kentico 10 application, When i'm viewing worker thread progress in our production environment, it is not displaying any messages but in my local environment it is showing some messages r...
Hi all, The @Settings@ config of event it have setting to not record the event log with Type : Information. I want to record only event logs for warning and error. It will be setting on CMS or cha...
Hi, In my Kentico 10 website the old logs are not deleted by default. I have a limited the logs to 2000 only in settings. We are having only one site so this is the only one value we have. As of no...
Hi All,I want to change the IP address on the event log in CMS admin, I change the IP in the @LogContext.LogEventToCurrent@ and @EventLogProvider.LogEvent@ to the function get the IP of client but ...