Logback settings are for logback logging. If your code or one of the libraries you are using relies on a different logging system, you need to configure it appropriately. Have a look there for more related information for logging httpclient: http://hc.apache.org/httpclient-3.x/logging.html
Hope this helps, Matthieu On Jun 16, 2013, at 03:05 , ?????? <[email protected]> wrote: > In my project,I use the Apache HttpClient.When running,there are lots of > HttpClient DEBUG logging.I want to set logging level to WARN.So as you say,I > modify the logback.xml:<root level="warn">. > However,it doesn't work.DEBUG logging still comes out. > In addition,I find there is a file default.s4.core.properties.What is the > file used to do? > Could you help me.Thanks! > > > > > ------------------ ???????? ------------------ > ??????: "Matthieu Morel"<[email protected]>; > ????????: 2013??6??13??(??????) ????8:39 > ??????: "s4-user"<[email protected]>; > > ????: Re: output > > > > You need to configure logging appropriately. We use logback for logging. > Default config file is here: > https://github.com/apache/incubator-s4/blob/dev/subprojects/s4-core/src/main/resources/logback.xml > > logback manual is here: http://logback.qos.ch/ > > > Regards, > > > Matthieu > > On Jun 13, 2013, at 14:11 , "??????" <[email protected]> wrote: > > Hi,is there any method to make the screen output of to files?When the project > is running,there would like to be some Exceptions or Errors. > However,the screen output is so rapid that I can't check the exceptions > before the screen scrolled. > Could you help me? > Thanks!
