Skip to content

Stop logging creative-rewriting warnings on every request - #1117

Open
ChristianPavilonis wants to merge 2 commits into
mainfrom
issue-1089-cli-creative-warning
Open

Stop logging creative-rewriting warnings on every request#1117
ChristianPavilonis wants to merge 2 commits into
mainfrom
issue-1089-cli-creative-warning

Conversation

@ChristianPavilonis

Copy link
Copy Markdown
Collaborator

Summary

  • Stop request-time settings loading from logging a static creative-rewriting warning.
  • Keep creative-rewriting defaults, validation, and runtime behavior unchanged.

Changes

File Change
crates/trusted-server-core/src/settings.rs Remove the warning emitted when auctions are enabled and creative rewriting is disabled.

Closes

Closes #1089

Test plan

  • cargo test-fastly && cargo test-axum
  • cargo test-cloudflare && cargo test-spin
  • cargo clippy-fastly && cargo clippy-axum
  • cargo clippy-cloudflare && cargo clippy-cloudflare-wasm
  • cargo clippy-spin-native && cargo clippy-spin-wasm
  • cargo fmt --all -- --check
  • cargo test --manifest-path crates/trusted-server-integration-tests/Cargo.toml --test parity
  • JS tests: cd crates/trusted-server-js/lib && npx vitest run
  • JS format: cd crates/trusted-server-js/lib && npm run format
  • Docs format: cd docs && npm run format
  • WASM release build
  • Manual testing via fastly compute serve

Checklist

  • Changes follow CLAUDE.md conventions
  • No unwrap() or output macros added
  • No new code requiring test coverage
  • No secrets or credentials committed

A static configuration choice should not emit a warning during every
request-time settings load. Removing the log keeps runtime output focused
without changing validation or creative processing behavior.

Resolves: #1089
@ChristianPavilonis ChristianPavilonis self-assigned this Sep 2, 2026
ChristianPavilonis added a commit that referenced this pull request Sep 2, 2026
@aram356 aram356 added this to the 202609 milestone Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stop logging static creative-rewriting warnings on every request

2 participants