Skip to content

Commit

Permalink
TypeORM: make logging more terse in staging [MRXN23-607]
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Mar 13, 2024
1 parent d211c47 commit ca99f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/kubernetes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ module "api_staging" {
application_base_url = "https://staging.${var.domain}"
network_cors_origins = "https://staging.${var.domain},http://localhost:3000"
http_logging_morgan_format = "short"
api_postgres_logging = "query"
api_postgres_logging = "error,warn,info,log"
temp_data_pvc_name = local.temp_data_pvc_name
cloning_pvc_name = local.cloning_pvc_name
postgres_geodb_max_clients_in_pool = 10
Expand All @@ -357,7 +357,7 @@ module "geoprocessing_staging" {
image = "${data.terraform_remote_state.core.outputs.container_registry_hostname}/marxan-geoprocessing:staging"
deployment_name = "geoprocessing"
cleanup_temporary_folders = "false"
geo_postgres_logging = "query"
geo_postgres_logging = "error,warn,info,log"
temp_data_pvc_name = local.temp_data_pvc_name
cloning_pvc_name = local.cloning_pvc_name
temp_data_volume_mount_path = local.temp_data_volume_mount_path
Expand Down

0 comments on commit ca99f74

Please sign in to comment.