November Happy Hour will be moved to Thursday December 5th.
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.
Hi,
Thank you for bringing this to our attention. This should be corrected.
Regards.
/Q
Some reflected code from IncrementalSearchIndexJob
Looks like wrong type is used for creating logger instance.
Not critical, but will confuse the one who gonna look and analyse log files.