Uploaded image for project: 'JBoss Web Server'
  1. JBoss Web Server
  2. JWS-3461

jws-operator needs a parameter like debugInsightsClient

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • Operator.2.1.0.GA
    • None
    • operator
    • None
    • False
    • None
    • False
    • Sprint 27

      When you use useInsightsClient: true you will get debug message like:

      [pool-1-thread-1] DEBUG com.redhat.insights.agent.AgentLogger - Red Hat Insights - Payload was accepted for processing

      it would be nice to have a parameter debugInsightsClient: False to prevent those debug messages. In   controllers/templates.go, we have

      javaToolOptions = javaToolOptions + ";is_ocp=true;token=dummy;debug=true;base_url="

      changing to:

      javaToolOptions = javaToolOptions + ";is_ocp=true;token=dummy;debug=false;base_url="

      it probably enough to prevent the DEBUG message.

       

              mmadzin@redhat.com Matus Madzin
              rhn-engineering-jclere Jean-Frederic Clere
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: