2 answers

  1.  
    1
    0
    -1

    yes what exactly to edit in what configmap?

    That is/was very hard to find....

    I figured out that editing following configmap:

    kubectl -n onap edit configmap onap-cds-cds-blueprints-processor-configmap

    and editing application.properties file part

    and adding line:

    logging.level.web=DEBUG


    and delete bluepring processor pod.

      CommentAdd your comment...
    1.  
      1
      0
      -1

      You need to update the configmap and bounce the pod.

      Later point in time we could have this driven by API.

        CommentAdd your comment...