1 Reply Latest reply on Apr 23, 2013 6:37 AM by objectiser

    Old style scenario's problem and logging.properties

    steverosstalbot

      I have a small problem with a scenario and I need to look at more detail. What logging properties can I set to do this?


      Cheers

       

      Steve T

        • 1. Re: Old style scenario's problem and logging.properties
          objectiser

          You should just need to add:

           

          org.pi4soa.level = FINEST

           

          and also make sure the file based logger is set to record the appropriate level, e.g.

           

          java.util.logging.FileHandler.level = FINEST

           

          also suggest using the simple formatter, rather than xml:

           

          java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter

           

           

          Regards

          Gary