Re: Excessive Logging Messages

2017-02-27 Thread Charles Givre
Hi Jinfeng, Thank you so much for your help. It turns out the problem was that I was working on another project and inadvertently copied the wrong slf4j binding into my classpath. Once I got rid of that, things returned to normal. Best, — C > On Feb 27, 2017, at 02:26, Jinfeng Ni wrote: > >

Re: Excessive Logging Messages

2017-02-26 Thread Jinfeng Ni
I assume what you want is to disable those INFO level log messages in your drillbit.log (or sqlline.log, if it's embedded drill). If that's what you want, when you start sqlline to connect to drillbit, it will show the following information, 23:15:23,654 |-INFO in ch.qos.logback.classic.LoggerCont

Re: Excessive Logging Messages

2017-02-26 Thread Charles Givre
Hi Jinfeng, That didn’t seem to do the trick. Any other suggestions? > On Feb 26, 2017, at 23:23, Jinfeng Ni wrote: > > You can modify logback.xml in your drill conf directory > (DRILL_HOME/conf/logback.xml). > > > --> Change INFO > to either WARN or ERROR >

Re: Excessive Logging Messages

2017-02-26 Thread Jinfeng Ni
You can modify logback.xml in your drill conf directory (DRILL_HOME/conf/logback.xml). --> Change INFO to either WARN or ERROR On Sun, Feb 26, 2017 at 7:17 PM, Charles Givre wrote: > Hello all, > I was doing some unrelated work and somehow made it so t

Excessive Logging Messages

2017-02-26 Thread Charles Givre
Hello all, I was doing some unrelated work and somehow made it so that every time I execute a query in Drill from the command line, I get all these INFO messages. Could someone please explain how to disable these? Thanks, — Charles : jdbc:drill:zk=local> SELECT `Asking - Sold Delta Percent` A