enable TF debug logging

This commit is contained in:
Kiara Grouwstra 2025-05-12 14:41:52 +02:00
parent be37cdda43
commit 3806713383
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -109,7 +109,8 @@ class DeploymentStatus(ConfigurationForm):
}
env = {
"PATH": settings.bin_path,
# "TF_LOG": "info",
"TF_LOG": "info",
"TF_LOG_CORE": "info",
} | {
# pass in form info to our deployment
# FIXME: ensure sensitive info is protected