Skip to content

Commit

Permalink
chore: add trace tp show debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Feb 17, 2024
1 parent 738a980 commit bdd5e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/templates/job.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
- name: manual-job
# This refers to "dagster_scripts" docker image
image: {{ image }}:{{ image_tag }} # Specify version in tag
command: ["dagster_scripts", "{{ command }}"]
command: ["dagster_scripts", "--trace", "{{ command }}"]
args: ["/etc/configs/config.yml"]
env:
# These can be used for logging purposes
Expand Down

0 comments on commit bdd5e77

Please sign in to comment.