1 2 Previous Next 15 Replies Latest reply on Jul 26, 2013 10:34 AM by ccfpark Go to original post
      • 15. Re: truncate Jboss log file contents to 0 when restarted

        Here's what I did to address this:

         

        Edit "D:\jdk\jre\lib\logging.properties" with the following settings:

         

        • .level= WARNING
        • java.util.logging.ConsoleHandler.level = WARNING

         

        Now my stderrwfc.log hardly grows (only when there is an error or warning).  The previous settings were INFO and I would say about 99.999% of the entries in there were Info messages.

        1 2 Previous Next