Browse Source

clean log output

Yuki Takei 4 years ago
parent
commit
62c662716f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/server/service/search-delegator/elasticsearch.ts

+ 1 - 1
packages/app/src/server/service/search-delegator/elasticsearch.ts

@@ -299,7 +299,7 @@ class ElasticsearchDelegator implements SearchDelegator<Data> {
       throw error;
     }
     finally {
-      logger.warn('Normalize indices anyway.');
+      logger.info('Normalize indices.');
       await this.normalizeIndices();
     }