Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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!