forked from Fediversity/Fediversity
enable TF debug logging
This commit is contained in:
parent
be37cdda43
commit
3806713383
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue