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

[EAP] The logging.properties file has jboss.as.config level set to DEBUG

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • EAP7
    • None
    • Workaround Exists
    • Hide

      Either

      • During a container build step, copy a version of the /opt/eap/standalone/configuration/logging.properties file into the resulting container. The /opt/eap/standalone/configuration/logging.properties file should include the level set to INFO instead of DEBUG.
        OR
      • Remove the /opt/eap/standalone/configuration/logging.properties file as part of a container build. However, this may have unwanted side effects wrt missing information in the logs for certain items.
      Show
      Either During a container build step, copy a version of the /opt/eap/standalone/configuration/logging.properties file into the resulting container. The /opt/eap/standalone/configuration/logging.properties file should include the level set to INFO instead of DEBUG. OR Remove the /opt/eap/standalone/configuration/logging.properties file as part of a container build. However, this may have unwanted side effects wrt missing information in the logs for certain items.

      The EAP 7.x image contains a /opt/eap/standalone/configuration/logging.properties file that sets

      logger.org.jboss.as.config.level=DEBUG
      

      This can expose sensitive data to log files when EAP starts up, before the EAP logging subsystem is initialized.

      https://access.redhat.com/solutions/2451641

      Can we remove the /opt/eap/standalone/configuration/logging.properties file altogether or default this to INFO instead?

            kwills@redhat.com Ken Wills
            rhn-support-trogers Travis Rogers (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: