Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 291 Bytes

File metadata and controls

11 lines (8 loc) · 291 Bytes

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".