1 Reply Latest reply on Jun 25, 2002 9:16 PM by keithcsl

    logging setup...

    keithcsl

      Hi

      In the Log4jService it says:

      /**
      * Default flag to enable/disable cacthing System.out. Reads the value
      * from the system property org.jboss.logging.Log4jService.catchSystemOut
      * or if not set defaults to true.
      */
      public static final boolean CATCH_SYSTEM_OUT =
      getBoolean(Log4jService.class.getName() + ".catchSystemOut", true);

      How do I set a system property from the config file? I would like to disable this catching feature.

      Keith