X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Fmon%2Fmon-configmap.yaml;h=c6e506e5ecd0cdcc6eb082b771771163f6ab1b35;hb=e5d0491653447c06f5bf28a227ae71ec72cd186b;hp=06a4545ddf91e9ba86da71c8812b19263e2ac5f7;hpb=8080e4b32d3dc5e66ea85a503a4daa79df3098d0;p=osm%2Fdevops.git diff --git a/installers/helm/osm/templates/mon/mon-configmap.yaml b/installers/helm/osm/templates/mon/mon-configmap.yaml index 06a4545d..c6e506e5 100644 --- a/installers/helm/osm/templates/mon/mon-configmap.yaml +++ b/installers/helm/osm/templates/mon/mon-configmap.yaml @@ -25,6 +25,7 @@ data: OSMMON_DATABASE_URI: "mongodb://mongodb-k8s:27017/?replicaSet=rs0" OSMMON_MESSAGE_HOST: "kafka" OSMMON_MESSAGE_PORT: "9092" + OSMMON_GLOBAL_LOG_LEVEL: {{ .Values.mon.logLevel | default .Values.global.logLevel | default "INFO" }} {{- with .Values.mon.config }} {{- . | toYaml | nindent 2 }} {{- end }}