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)
Tue, Jun 25, 2:42 AM
Unknown Object (File)
Mon, Jun 24, 10:55 AM
Unknown Object (File)
Fri, Jun 21, 6:52 AM
Unknown Object (File)
Wed, Jun 19, 5:36 PM
Unknown Object (File)
Wed, Jun 19, 4:07 PM
Unknown Object (File)
Wed, Jun 19, 4:06 PM
Unknown Object (File)
Wed, Jun 19, 9:48 AM
Unknown Object (File)
Wed, Jun 19, 8:20 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