Skip to content
Snippets Groups Projects
Commit fbe0737e authored by felmer's avatar felmer
Browse files

log hibernate search context in FullTextIndexerRunnable on level INFO.

SVN: 28124
parent 48fb1ad6
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ public final class FullTextIndexerRunnable extends HibernateDaoSupport implement
// scanning Hibernate mapped entities?
this.indexedEntityFinder =
new PackageBasedIndexedEntityFinder("ch.systemsx.cisd.openbis.generic.shared.dto");
operationLog.debug(String.format("Hibernate search context: %s.", context));
operationLog.info(String.format("Hibernate search context: %s.", context));
}
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment