Project

General

Profile

« Previous | Next » 

Revision 10445

Added by Jing Tao over 6 years ago

Downgraded a debug level in order to make cn synchronization log more readable.

View differences:

EventLog.java
288 288
        			fullDocid = DocumentUtil.appendRev(fullDocid);
289 289
        		} catch (Exception e) {
290 290
					// just warn about this
291
        			logMetacat.warn("Could not check docid for revision: " + fullDocid, e);
291
        			logMetacat.debug("Could not check docid for revision: " + fullDocid, e);
292 292
				}
293 293
        		paramValues.add(fullDocid);
294 294
        	}

Also available in: Unified diff