diff --git a/ops/k8s-apps/base/dagster/dagster.yaml b/ops/k8s-apps/base/dagster/dagster.yaml index 48fc6670c..1aa6b75ff 100644 --- a/ops/k8s-apps/base/dagster/dagster.yaml +++ b/ops/k8s-apps/base/dagster/dagster.yaml @@ -28,12 +28,12 @@ spec: # For now let's ignore debug logs unless things become a problem. We need to # configure stdout logging and have the dagster logging handler ignore debug # log - pythonLogs: - pythonLogLevel: "INFO" global: serviceAccountName: base-dagster dagster: + pythonLogs: + pythonLogLevel: "INFO" nameOverride: "dagster" ingress: enabled: true