Skip to content

Commit

Permalink
disable startup logs when running in test visibility mode
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Apr 29, 2024
1 parent 57ec390 commit 74c9750
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/datadog/ci/configuration/components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ def activate_ci!(settings)
# Choose user defined TraceFlush or default to CI TraceFlush
settings.tracing.test_mode.trace_flush = settings.ci.trace_flush || CI::TestVisibility::Flush::Partial.new

# startup logs are useless for CI visibility and create noise
settings.diagnostics.startup_logs.enabled = false

# transport creation
writer_options = settings.ci.writer_options
coverage_writer = nil
Expand Down

0 comments on commit 74c9750

Please sign in to comment.