Skip to content

Commit

Permalink
Set the agent log level to "warn" for uploading traces.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubtron committed Nov 18, 2024
1 parent 2264787 commit bfe809d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit-traces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
DD_API_KEY: "${{ secrets.DD_API_KEY }}"
DD_HOSTNAME: "none"
DD_INSIDE_CI: "true"
DD_LOG_LEVEL: "trace"
DD_LOG_LEVEL: "warn"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bfe809d

Please sign in to comment.