November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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!