Skip to content

Latest commit

 

History

History

enable_debugging

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Setting output using environment variables

Set TF_DEBUG_OUTPUT_FILE to "stderr".

export TF_DEBUG_OUTPUT_FILE="stderr"

Pixar's documentation states that stdout is used to output messages by default. It goes further and says that you can only output to "stdout" or "stderr".