Skip to content

Environment Variables Reference

This document lists the environment variables that affect the Txlog Agent's behavior.

VariableDescriptionValues
NO_COLORDisables ANSI color output in the terminal.Any non-empty string
(e.g., 1, true).

Usage Example

bash
# Run build without color output
NO_COLOR=1 txlog build