1 Reply Latest reply on Nov 9, 2011 4:05 PM by swampdev

    Excessive logging via log4j

    swampdev

      I am using myfaces with richfaces-4.0.0.Final on a tomcat 6 server (Log4j version 1.2.15).  Every time I do any kind of request, I recieve logging in my development log files, and in the catalina.out, like this:

       

      [DEBUG][2011-11-09 15:03:08,417][http-8080-1 ] - DOCTYPE found at line 1
      [DEBUG][2011-11-09 15:03:08,422][http-8080-1 ] - DOCTYPE found at line 131
      [DEBUG][2011-11-09 15:03:08,423][http-8080-1 ] - DOCTYPE found at line 151

       

      and this:

       

      [DEBUG][2011-11-09 15:03:09,114][http-8080-1 ] - Marked section found at line 1. Surroundings: 'CDATA[<span id="j_id1232507657'.
      [DEBUG][2011-11-09 15:03:09,114][http-8080-1 ] - Marked section found at line 1. Surroundings: 'CDATA[<span class="rf-msgs " i'.
      [DEBUG][2011-11-09 15:03:09,114][http-8080-1 ] - Marked section found at line 1. Surroundings: 'CDATA[<span class="rf-msgs " i'.
      [DEBUG][2011-11-09 15:03:09,114][http-8080-1 ] - Marked section found at line 1. Surroundings: 'CDATA[i1Whm8ogHckwOu47/qHRNy1M'.

       

      These messages always come after the render response phase. Any ideas?