Commit 8fa54ce3 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component:

- Enabled DEBUG mode for NBI component
parent 65ff9219
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,9 +39,9 @@ spec:
            #- containerPort: 9192
          env:
            - name: LOG_LEVEL
              value: "INFO"
              value: "DEBUG"
            - name: FLASK_ENV
              value: "production"  # normal value is "production", change to "development" if developing
              value: "development"  # normal value is "production", change to "development" if developing
            - name: IETF_NETWORK_RENDERER
              value: "LIBYANG"
          envFrom: