Uploaded image for project: 'KIE Cloud'
  1. KIE Cloud
  2. KIECLOUD-228

Hide ISPN logs

XMLWordPrintable

    We need to hide logs for this two packages:

    org.infinispan.client.hotrod.impl.protocol.Codec21
    org.infinispan.protostream.impl.AnnotatedDescriptorImpl

    For my Dockerfile I use this to hide logs (may be it can be helpful):

    RUN sed -i -r 's/(<root-logger>)/<logger category="org.infinispan.client.hotrod.impl.protocol.Codec21"><level name="ERROR"\/><\/logger>\n\1/' /opt/jboss/wildfly/standalone/configuration/standalone-full.xml

    RUN sed -i -r 's/(<root-logger>)/<logger category="org.infinispan.protostream.impl.AnnotatedDescriptorImpl"><level name="ERROR"\/><\/logger>\n\1/' /opt/jboss/wildfly/standalone/configuration/standalone-full.xml

          aparedes@redhat.com Adriel Paredes
          aparedes@redhat.com Adriel Paredes
          Votes:
          0 Vote for this issue
          Watchers:
          3 Start watching this issue

            Created:
            Updated:
            Resolved: