X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Fpol%2Fpol-configmap.yaml;h=80dd85659e8765c7b716304c80b1c877fcfcb64c;hb=8375da1695c98bd23fcc226f0e26c20ac5710d1b;hp=caa5b419309a5e73f0cdc1f79b5fc5992760253b;hpb=8080e4b32d3dc5e66ea85a503a4daa79df3098d0;p=osm%2Fdevops.git diff --git a/installers/helm/osm/templates/pol/pol-configmap.yaml b/installers/helm/osm/templates/pol/pol-configmap.yaml index caa5b419..80dd8565 100644 --- a/installers/helm/osm/templates/pol/pol-configmap.yaml +++ b/installers/helm/osm/templates/pol/pol-configmap.yaml @@ -26,5 +26,6 @@ data: OSMPOL_DATABASE_URI: "mongodb://mongodb-k8s:27017/?replicaSet=rs0" OSMPOL_MESSAGE_HOST: "kafka" OSMPOL_MESSAGE_PORT: "9092" + OSMPOL_GLOBAL_LOG_LEVEL: {{ .Values.pol.logLevel | default .Values.global.logLevel | default "INFO" }} {{- end }} {{- end }} \ No newline at end of file