X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Fnbi%2Fnbi-configmap.yaml;h=03b8c448cb62ba90de8a2b7675500399a48905ec;hb=refs%2Fchanges%2F74%2F13474%2F9;hp=e8dbcaa0741d61a2d5137401e7d6cd06803ae717;hpb=8080e4b32d3dc5e66ea85a503a4daa79df3098d0;p=osm%2Fdevops.git diff --git a/installers/helm/osm/templates/nbi/nbi-configmap.yaml b/installers/helm/osm/templates/nbi/nbi-configmap.yaml index e8dbcaa0..03b8c448 100644 --- a/installers/helm/osm/templates/nbi/nbi-configmap.yaml +++ b/installers/helm/osm/templates/nbi/nbi-configmap.yaml @@ -28,4 +28,5 @@ data: OSMNBI_STORAGE_PATH: "/app/storage" OSMNBI_STORAGE_COLLECTION: "files" OSMNBI_STORAGE_URI: "mongodb://mongodb-k8s:27017/?replicaSet=rs0" + OSMNBI_LOG_LEVEL: {{ .Values.nbi.logLevel | default .Values.global.logLevel | default "INFO" }} {{- end }} \ No newline at end of file