-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1812] Enable Logit on non-prod environments #2234
Conversation
68cd48c
to
c7f5939
Compare
Review app deployed to https://apply-for-qts-review-2234-web.test.teacherservices.cloud/personas |
terraform/application/variables.tf
Outdated
@@ -74,3 +74,8 @@ variable "uploads_storage_account_name" { | |||
type = string | |||
default = null | |||
} | |||
|
|||
variable "enable_logit" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we keep the variables in this file in alphabetical order, just to make them easier to find, and same for the tfvars
files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed as requested
c7f5939
to
4431860
Compare
4431860
to
a1ecc20
Compare
Description
Ship web and worker application logs to Logit.io. Enabled for non-prod environments first
Guidance to review
Check review app logs are in Logit and decoded correctly