diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/OverlapExtractor.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/OverlapExtractor.cpp
index 12395d3..fe9806e 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/OverlapExtractor.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/OverlapExtractor.cpp
@@ -54,7 +54,7 @@ OverlapExtractor::OverlapExtractor()
double OverlapExtractor::extract(const OsmMap& map, const ConstElementPtr& target,
const ConstElementPtr& candidate) const
{
- LOG_DEBUG(
+ LOG_TRACE(
"Calculating overlap for " << target->getElementId() << " and " << candidate->getElementId() <<
"...");