From dev-return-56495-apmail-phoenix-dev-archive=phoenix.apache.org@phoenix.apache.org Thu May 16 22:56:06 2019 Return-Path: X-Original-To: apmail-phoenix-dev-archive@minotaur.apache.org Delivered-To: apmail-phoenix-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 39D0519870 for ; Thu, 16 May 2019 22:56:06 +0000 (UTC) Received: (qmail 78884 invoked by uid 500); 16 May 2019 22:56:05 -0000 Delivered-To: apmail-phoenix-dev-archive@phoenix.apache.org Received: (qmail 78842 invoked by uid 500); 16 May 2019 22:56:05 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 78831 invoked by uid 99); 16 May 2019 22:56:05 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 May 2019 22:56:05 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8274CE2BE0 for ; Thu, 16 May 2019 22:56:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B485225814 for ; Thu, 16 May 2019 22:56:00 +0000 (UTC) Date: Thu, 16 May 2019 22:56:00 +0000 (UTC) From: "Karthik Palanisamy (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PHOENIX-5282) "--debug" option for Sqlline MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PHOENIX-5282?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Palanisamy updated PHOENIX-5282: ---------------------------------------- Description:=20 This provides a simple flag "=E2=80=93debug" for enabling client-side debug= log=C2=A0in=C2=A0Sqlline/Sqlline-thin console.=C2=A0 No changes required= =C2=A0from=C2=A0log4j property. {code:java} sqlline.py --help usage: sqlline.py [-h] [-v VERBOSE] [-c COLOR] [-fc FASTCONNECT] [-d] [zookeepers] [sqlfile] ... optional arguments: ... -d, --debug=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Enable debug logger.{co= de} was: This provides a simple flag "=E2=80=93debug" or "-d" for enabling client-si= de debug log=C2=A0in=C2=A0Sqlline/Sqlline-thin console.=C2=A0 No changes re= quired=C2=A0from=C2=A0log4j property. {code:java} sqlline.py --help usage: sqlline.py [-h] [-v VERBOSE] [-c COLOR] [-fc FASTCONNECT] [-d] [zookeepers] [sqlfile] ... optional arguments: ... -d, --debug=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Enable debug logger.{co= de} > "--debug" option for Sqlline > ---------------------------- > > Key: PHOENIX-5282 > URL: https://issues.apache.org/jira/browse/PHOENIX-5282 > Project: Phoenix > Issue Type: Improvement > Affects Versions: 4.7.0, 4.14.0, 5.0.0 > Reporter: Karthik Palanisamy > Assignee: Karthik Palanisamy > Priority: Minor > Attachments: PHOENIX-5282.master.v1.patch, PHOENIX-5282.master.v2= .patch > > > This provides a simple flag "=E2=80=93debug" for enabling client-side deb= ug log=C2=A0in=C2=A0Sqlline/Sqlline-thin console.=C2=A0 No changes required= =C2=A0from=C2=A0log4j property. > {code:java} > sqlline.py --help > usage: sqlline.py [-h] [-v VERBOSE] [-c COLOR] [-fc FASTCONNECT] [-d] > [zookeepers] [sqlfile] > ... > optional arguments: > ... > -d, --debug=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Enable debug logger.{= code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)