Menu

Disable debug logging

Help
adou
2007-01-16
2012-10-09
  • adou

    adou - 2007-01-16

    I'm using Log4j for my application.
    My problem is my logging files contains logging messages of my application and logging messages of displaytag.
    Si it's impossible to read correctly logs and logging files are too heavy.
    Is it possible to disable displaytag loggings ?

    Thanks for your help.

     
    • adou

      adou - 2007-01-16

      Sorry I have just find the answer.
      For other people who ask the same question :

      • Add in log4j.properties of your application
        "log4j.logger.org.displaytag=warn"
       

Log in to post a comment.