Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-1501

Adding logging levels for specific logging categories deosn't seem to work on anything below INFO.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • 7.0.0.Beta1
    • None
    • Logging
    • None

    Description

      Adding a <logger /> to the configuration with a custom logging level of anything below INFO, e.g. TRACE or DEBUG, seems to have no affect.

      The following should log all hibernate messages, but only logs INFO and higher.
      <logger category="org.hibernate">
      <level name="ALL"/>
      </logger>

      The following should only log warning messages, which it does.
      <logger category="org.hibernate">
      <level name="WARN"/>
      </logger>

      Attachments

        Activity

          People

            jperkins-rhn James Perkins
            jperkins-rhn James Perkins
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: