2 Replies Latest reply on Oct 21, 2008 2:03 PM by sergeysmirnov

    Tidying up RichFaces logging

    pmuir

      We need to improve what RichFaces logs at what level. JBoss AS appends DEBUG and above to the server.log file, which means that excessive debug output can really slow down your application.

      Let's start to collect places at which the logging is too high, or just not useful.

      1)

      2008-10-21 14:10:02,261 DEBUG [org.ajax4jsf.resource.InternetResourceBuilder] Return instance of internet resource builder org.ajax4jsf.resource.ResourceBuilderImpl@17d4dd
      - this one prints out hundreds of times, and contains no useful information

      RichFaces logging is just as bad as Seams ;-)