0 Replies Latest reply on May 27, 2003 9:40 PM by jfrosch

    Simple Logging Question

      After reviewing the many activities happening during JBoss startup, I'm confident it's starting up okay. I'd now like to configure console output to be minimal, except I'd like to still get that "warm and fuzzy" feeling seeing the "server was started at xx : xx" message once everything is done.

      I've made some adjustments to the log4j.xml file, but have managed to eliminate the one message I wanted to see while still leaving a bunch of INFO messages about dependencies, deployer, log4j startup, etc. Here are the category filters I'm using:













      In general, is there a way to filter on the MBean service name (i.e. Log4jService) versus the class or package (i.e. org.jboss.logging.Log4jService)? A lot of the console output refers to "[MainDeployer]", "[SARDeployer], etc., but not package/class names.

      For this specific problem, is there a way to filter out all INFO startup message, except the last "server has started" one?

      Thanks.

      Jack