mirror of https://github.com/apache/lucene.git
change println of core descriptor to log
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60f161fd9b
commit
7294349918
|
@ -207,7 +207,7 @@ public class CoreDescriptor {
|
|||
cloudDesc = null;
|
||||
}
|
||||
|
||||
System.out.println("CORE DESCRIPTOR: " + coreProperties);
|
||||
SolrCore.log.info("CORE DESCRIPTOR: " + coreProperties);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue