Re: turn off debug logging from org.apache.http.wire

2018-09-05 Thread larry mccay
Change it back to this and see what happens. Another thing to check is that - if you are in a kerberized environment is whether any of the kerberos DEBUG settings are set via environment variables or krb5.conf, etc. Lastly, make sure that you are actually using the log4j.propoerties file that you

Re: turn off debug logging from org.apache.http.wire

2018-09-05 Thread Guang Yang
Hi Larry, Here is my gateway-log4j.properties. *app.log.dir=/var/log/knox* *app.log.file=${launcher.name }.log* *app.audit.file=${launcher.name }-audit.log* *log4j.rootLogger=ERROR* *log4j.logger.org.apache.knox.gateway=ERROR*

Re: turn off debug logging from org.apache.http.wire

2018-09-05 Thread larry mccay
Hi Guang - This certainly sounds frustrating. I have never had trouble turning it off. Can you share your gatway-log4j.properties file - just make sure there isn't anything sensitive in there? thanks, --larry On Wed, Sep 5, 2018 at 1:40 PM Guang Yang wrote: > And we're not using Ambari. We

Re: turn off debug logging from org.apache.http.wire

2018-09-05 Thread Guang Yang
And we're not using Ambari. We just deploy manually. On Tue, Sep 4, 2018 at 11:02 PM, Guang Yang wrote: > Hi guys, > > I'm working with Wei and we still don't figure it out. Let me clarify the > question. > > Currently, we're seeing lots of DEBUG logs in file *gateway.out*, which > is from here

Re: turn off debug logging from org.apache.http.wire

2018-09-05 Thread Guang Yang
Hi guys, I'm working with Wei and we still don't figure it out. Let me clarify the question. Currently, we're seeing lots of DEBUG logs in file *gateway.out*, which is from here https://github.com/apache/knox/blob/master/gateway-release/home/bin/gateway.sh#L127. On the one hand, it prints the