Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-7418

Add the spring log category limit

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 6.0.0.M1
    • None
    • Logging
    • None

      When run a spring based application in JBoss, the spring framework will dump the all the loaded beans full name. It's kind of debug information.

      We can limit the spring category to WARN to block that information:

      <!-- Limit the spring category to WARN-->
      <category name="org.springframework">
      <priority value="WARN"/>
      </category>

              rhn-engineering-ema Jim Ma
              rhn-engineering-ema Jim Ma
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: