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

Details

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

    Description

      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>

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: