Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-3102

Allow configuration of logger category

XMLWordPrintable

    • Cloud Sprint 32

      Allow user configure new loggers through environment variables.
      To configure it user must set the env LOGGER_CATEGORIES in the following pattern:

      package:level,another.package:level

      BLANK Level defaults to FINE

      i.e: LOGGER_CATEGORIES=com.my.package:TRACE, com.my.other.package:TRACE
      results in:
      <logger category="com.my.package">
      <level name="TRACE"/>
      </logger>
      <logger category="com.my.other.package">
      <level name="TRACE"/>
      </logger>

              rhn-support-fspolti Filippe Spolti
              rhn-support-fspolti Filippe Spolti
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: