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!
Sounds like you have a property that uses the old editor with some custom settings. Either find that property and clean it up or hide the log messages. You can hide messages by using
<logger name="EPiServer.Core.PropertySettings.PropertySettingsRepository" additivity="false"> <level value="Error" /> </logger>
additivity attribute tells log4net not to pass these on to any other loggers.
Hi there,
I'm working on an Epi 8 site that has been upgraded many times over the years, and I'm noticing some "noise" in the log files;
We're seeing a LOT of these in the logs. Any suggestions on how to clean this up to make the logs more readable?
Thanks!