Page MenuHomePhabricator

[terraform] set all rust services to debug on staging
ClosedPublic

Authored by will on May 11 2024, 10:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 19, 7:25 PM
Unknown Object (File)
Thu, Jul 11, 11:41 AM
Unknown Object (File)
Fri, Jul 5, 12:06 AM
Unknown Object (File)
Thu, Jul 4, 11:48 PM
Unknown Object (File)
Thu, Jul 4, 11:33 PM
Unknown Object (File)
Tue, Jul 2, 6:17 PM
Unknown Object (File)
Sun, Jun 30, 11:22 PM
Unknown Object (File)
Jun 25 2024, 2:42 AM
Subscribers

Details

Summary

This follows discussion during the monthly retro. We want to enable debug for all our rust services on staging.

Depends on D12002

Test Plan

terraform apply

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.May 11 2024, 11:06 AM
bartek requested changes to this revision.EditedMay 13 2024, 12:26 AM

Same as D12002 plus feature_flags.

The RUST_LOG syntax expects "module path", and module names are snake_case

services/terraform/remote/service_feature_flags.tf
29 ↗(On Diff #40096)

Must be underscore syntax

This revision now requires changes to proceed.May 13 2024, 12:26 AM

replace comm-lib and feature-flags with underscores in env var

will marked an inline comment as done.May 14 2024, 9:17 PM
This revision is now accepted and ready to land.May 14 2024, 11:52 PM