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
Some reflected code from IncrementalSearchIndexJob
public class IncrementalSearchIndexJob { // Fields private static readonly ILog _log = LogManager.GetLogger(typeof(RotateEncryptionJob)); ... }
Looks like wrong type is used for creating logger instance.
Not critical, but will confuse the one who gonna look and analyse log files.