File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,13 +158,13 @@ locals {
158158 MAX_CONNECTIONS_PER_ROUTE = 40
159159 CONN_TIMEOUT = 8
160160
161- # custom prop
161+ # custom prop
162162 HTML_TEMPLATE_FILE_NAME = " template"
163163 WORKING_DIRECTORY_PATH = " /temp"
164164 PDF_ENGINE_NODE_INFO_ENDPOINT = var.env_short != " p" ? " https://api.${ var . env } .platform.pagopa.it/shared/pdf-engine-node/v1/info" : " https://api.platform.pagopa.it/shared/pdf-engine-node/v1/info"
165165 PDF_ENGINE_NODE_GENERATE_ENDPOINT = var.env_short != " p" ? " https://api.${ var . env } .platform.pagopa.it/shared/pdf-engine-node/v1/generate-pdf" : " https://api.platform.pagopa.it/shared/pdf-engine-node/v1/generate-pdf"
166166 ENABLE_ECS_CONSOLE = " true"
167- CONSOLE_LOG_THRESHOLD = " DEBUG "
167+ CONSOLE_LOG_THRESHOLD = " INFO "
168168 CONSOLE_LOG_PATTERN = " %d{HH:mm:ss.SSS}[%thread]%-5level%logger{36}-%msg%n"
169169 CONSOLE_LOG_CHARSET = " UTF-8"
170170 OTEL_RESOURCE_ATTRIBUTES = " service.name=pagopapdfengineotl,deployment.environment=uat"
You can’t perform that action at this time.
0 commit comments