We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
completed snapshot
TRACE
1 parent 6130fbb commit c11e3c2Copy full SHA for c11e3c2
server/src/main/java/org/elasticsearch/snapshots/SnapshotShardsService.java
@@ -425,9 +425,9 @@ public void onResponse(ShardSnapshotResult shardSnapshotResult) {
425
final ShardGeneration newGeneration = shardSnapshotResult.getGeneration();
426
assert newGeneration != null;
427
assert newGeneration.equals(snapshotStatus.generation());
428
- if (logger.isDebugEnabled()) {
+ if (logger.isTraceEnabled()) {
429
final IndexShardSnapshotStatus.Copy lastSnapshotStatus = snapshotStatus.asCopy();
430
- logger.debug(
+ logger.trace(
431
"[{}][{}] completed snapshot to [{}] with status [{}] at generation [{}]",
432
shardId,
433
snapshot,
0 commit comments