bump doc create/update messages updates to loginfo so that indexing progress can be monitored with less noise
This commit is contained in:
parent
e0aa67f0dc
commit
383468e2fc
@ -1240,9 +1240,9 @@ bool Db::addOrUpdate(const string &udi, const string &parent_udi,
|
|||||||
m_ndb->xwdb.replace_document(uniterm, newdocument);
|
m_ndb->xwdb.replace_document(uniterm, newdocument);
|
||||||
if (did < updated.size()) {
|
if (did < updated.size()) {
|
||||||
updated[did] = true;
|
updated[did] = true;
|
||||||
LOGDEB(("Db::add: docid %d updated [%s]\n", did, fnc));
|
LOGINFO(("Db::add: docid %d updated [%s]\n", did, fnc));
|
||||||
} else {
|
} else {
|
||||||
LOGDEB(("Db::add: docid %d added [%s]\n", did, fnc));
|
LOGINFO(("Db::add: docid %d added [%s]\n", did, fnc));
|
||||||
}
|
}
|
||||||
} XCATCHERROR(ermsg);
|
} XCATCHERROR(ermsg);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user