We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a1b53 commit 1d4dbf3Copy full SHA for 1d4dbf3
1 file changed
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx
@@ -1392,7 +1392,7 @@ struct OnTheFlyTracker {
1392
gsl::span<const o2::MCCompLabel>{lblTracks},
1393
lblVtx);
1394
1395
- LOG(info) << "Vertex reconstruction efficiency " << vertexReconstructionEfficiencyCounters.second << "/" << vertexReconstructionEfficiencyCounters.first << "=" << vertexReconstructionEfficiencyCounters.second / vertexReconstructionEfficiencyCounters.first;
+ LOG(debug) << "Vertex reconstruction efficiency " << vertexReconstructionEfficiencyCounters.second << "/" << vertexReconstructionEfficiencyCounters.first << "=" << vertexReconstructionEfficiencyCounters.second / vertexReconstructionEfficiencyCounters.first;
1396
if (n_vertices < 1) {
1397
LOG(info) << "Vertexing completed, no vtx found.";
1398
if (doExtraQA) {
0 commit comments