From commits-return-101644-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Thu Jun 14 16:45:40 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 78743180600 for ; Thu, 14 Jun 2018 16:45:39 +0200 (CEST) Received: (qmail 20573 invoked by uid 500); 14 Jun 2018 14:45:38 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 20564 invoked by uid 99); 14 Jun 2018 14:45:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2018 14:45:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 61302DFC45; Thu, 14 Jun 2018 14:45:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: varun@apache.org To: commits@lucene.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: lucene-solr:branch_7x: SOLR-11453: Ref-Guide Changes Date: Thu, 14 Jun 2018 14:45:38 +0000 (UTC) Repository: lucene-solr Updated Branches: refs/heads/branch_7x 73f2e57ab -> d4026e1e5 SOLR-11453: Ref-Guide Changes Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/d4026e1e Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d4026e1e Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d4026e1e Branch: refs/heads/branch_7x Commit: d4026e1e5194350f9eb0c0a443a3a9db09b6b210 Parents: 73f2e57 Author: Varun Thacker Authored: Thu Jun 14 16:28:38 2018 +0200 Committer: Varun Thacker Committed: Thu Jun 14 16:45:20 2018 +0200 ---------------------------------------------------------------------- solr/solr-ref-guide/src/configuring-logging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d4026e1e/solr/solr-ref-guide/src/configuring-logging.adoc ---------------------------------------------------------------------- diff --git a/solr/solr-ref-guide/src/configuring-logging.adoc b/solr/solr-ref-guide/src/configuring-logging.adoc index 14bb0f0..1bd4dea 100644 --- a/solr/solr-ref-guide/src/configuring-logging.adoc +++ b/solr/solr-ref-guide/src/configuring-logging.adoc @@ -114,4 +114,4 @@ Solr provides a way to set your log verbosity threshold to WARN and be able to s 1000 ---- -Any queries that take longer than the specified threshold will be logged as "slow" queries at the WARN level. +Any queries that take longer than the specified threshold will be logged as "slow" queries at the WARN level. The log file under which you can find all these queries is called solr_slow_requests.log