Skip to content

Commit

Permalink
Merge pull request #61 from los-verdes/jeffwecan/toggle_off_debug_log…
Browse files Browse the repository at this point in the history
…_level

Jeffwecan/toggle off debug log level
  • Loading branch information
jeffwecan authored Feb 28, 2024
2 parents 59c7c99 + 16a67c6 commit 23111fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/scheduler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ locals {
}
}
sync_subscriptions_etl = {
description = "Regularly recurring Squarespace order into membership database ETL task"
description = "Regularly recurring storefront orders into membership database ETL task"
schedule = "0 * * * *"
data = {
type = "sync_subscriptions_etl",
Expand Down
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "app_log_level" {
type = string
default = "DEBUG"
default = "INFO"
}

variable "base_domain" {
Expand Down

0 comments on commit 23111fc

Please sign in to comment.