Skip to content

Commit

Permalink
Improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu committed Aug 26, 2024
1 parent 51f2726 commit a710f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/local/collect-node-metrics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ for uri in "${QDRANT_URIS[@]}"; do
state=$(echo "$shard" | jq -r '.state')

if [ "$shard_id" == "" ]; then
echo "level=CRITICAL msg=\"Shard not found\" peer_id=$peer_id uri=\"$uri\" shard=\"$shard\" "
echo "level=CRITICAL msg=\"Shard not found\" peer_id=$peer_id uri=\"$uri\" local_shards=\"$local_shards\" "
else
insert_to_chaos_testing_shards_table "$uri" "$peer_id" "$shard_id" "$points_count" "$state" "$NOW"
fi
Expand Down

0 comments on commit a710f93

Please sign in to comment.