From 81e43e65313e720fc45b838bd834eedb76158c58 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 26 Jan 2017 22:07:29 +0100 Subject: Remove daft info logging. --- searchcore/src/vespa/searchcore/proton/matching/match_tools.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'searchcore') diff --git a/searchcore/src/vespa/searchcore/proton/matching/match_tools.cpp b/searchcore/src/vespa/searchcore/proton/matching/match_tools.cpp index 937e913d13b..fc559930417 100644 --- a/searchcore/src/vespa/searchcore/proton/matching/match_tools.cpp +++ b/searchcore/src/vespa/searchcore/proton/matching/match_tools.cpp @@ -1,11 +1,11 @@ // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -#include -#include -LOG_SETUP(".proton.matching.match_context"); #include "match_tools.h" #include "querynodes.h" #include + +#include +LOG_SETUP(".searchcore.matching.match_tools"); #include using search::attribute::IAttributeContext; @@ -123,7 +123,6 @@ MatchToolsFactory(QueryLimiter & queryLimiter, _rankSetup(rankSetup), _featureOverrides(featureOverrides) { - LOG(info, "softtimeout=%1.3f harddomm=%1.3f", softDoom.left().sec(), hardDoom.left().sec()); _valid = _query.buildTree(queryStack, location, viewResolver, indexEnv); if (_valid) { _query.extractTerms(_queryEnv.terms()); -- cgit v1.2.3