Skip to content

Commit

Permalink
Disable debug logging on dagster (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored May 20, 2024
1 parent 68f791e commit 8c9d903
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 39 deletions.
2 changes: 1 addition & 1 deletion ops/clusters/warehouse/flux-system/gotk-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
interval: 15s
ref:
branch: ravenac95/test-flux-config
branch: main
secretRef:
name: flux-system
url: https://github.com/opensource-observer/oso.git
Expand Down
6 changes: 6 additions & 0 deletions ops/k8s-apps/base/dagster/dagster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ spec:
remediation:
retries: 3
values:
# 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:
Expand Down
19 changes: 0 additions & 19 deletions ops/k8s-apps/base/dagster/proxy-for-deployments.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions ops/k8s-apps/base/dagster/proxy-for-jobs.yaml

This file was deleted.

0 comments on commit 8c9d903

Please sign in to comment.