Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit a7c4183

Browse files
committed
Switch log to trace.
1 parent c14057a commit a7c4183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/carrot2/elasticsearch/ClusteringContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ protected void doStart() throws ElasticsearchException {
117117
// Debug info about loaded languages.
118118
if (logger.isDebugEnabled()) {
119119
for (String lang : loadedLanguages.languages()) {
120-
logger.debug(
120+
logger.trace(
121121
"Loaded language '"
122122
+ lang
123123
+ "' with components: "

0 commit comments

Comments
 (0)