Removing the unwanted Debug messages - Wire.java

2011-07-26 Thread Sowmya V.B.
Hello All I built a web application in Java/JSP, which calls a Solr Servlet during search process. While I am able to retrieve and display my search results in the format I want, my console is filled with Debug messages, printing all the content of the pages I retrieve. An example Debug line on

Re: Removing the unwanted Debug messages - Wire.java

2011-07-26 Thread Chris Hostetter
: I built a web application in Java/JSP, which calls a Solr Servlet during ... : An example Debug line on my console looks like this: : DEBUG [http-bio-8080-exec-1] (Wire.java:70) - Quick recipe finder[\n] ... : Are there any suggestions on how to work around with this, since the