Project

General

Profile

« Previous | Next » 

Revision 7847

Added by Jing Tao almost 11 years ago

Change the date format.
Remove the replication part of log4j.

View differences:

IndexEventFileLog.java
51 51
    private File logFile = null;
52 52
    private File lastProcessedDateFile = null;
53 53
    private long index=1;
54
    private SimpleDateFormat format = new SimpleDateFormat("yyMMddHHmmssZ");
54
    private SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ");
55 55
    
56 56
    /**
57 57
     * Constructor. Initialize the log file. The log file locates solr.homeDir. 

Also available in: Unified diff