Skip to content

Commit

Permalink
[MLRun] Add advanced log level to log collector configmap (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerShor committed Dec 6, 2023
1 parent 8f8a54c commit f3c448b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/mlrun/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mlrun
version: 0.9.18
version: 0.9.19
appVersion: 1.4.0
description: Machine Learning automation and tracking
sources:
Expand Down
1 change: 1 addition & 0 deletions stable/mlrun/templates/api-log-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: mlrun-log-collector-config
data:
MLRUN_LOG_COLLECTOR__LOG_LEVEL: "{{ .Values.api.sidecars.logCollector.logLevel }}"
MLRUN_LOG_COLLECTOR__ADVANCED_LOG_LEVEL: "{{ .Values.api.sidecars.logCollector.advancedLogLevel }}"
MLRUN_LOG_COLLECTOR__LOG_FORMATTER: "{{ .Values.api.sidecars.logCollector.logFormat }}"
MLRUN_LOG_COLLECTOR__LISTEN_PORT: "{{ .Values.api.sidecars.logCollector.listenPort }}"
MLRUN_LOG_COLLECTOR__BASE_DIR: "{{ printf "%s" .Values.api.sidecars.logCollector.workDir | trimSuffix "/" }}/logs"
Expand Down
1 change: 1 addition & 0 deletions stable/mlrun/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ api:


logLevel: debug
advancedLogLevel: 0
logFormat: text
listenPort: 8282

Expand Down

0 comments on commit f3c448b

Please sign in to comment.