//! Process-wide verbose-logging toggle shared by the Forma HTTP client and the
//! LLM client. Both use the same flag because the CLI exposes a single
//! `--verbose` switch per subcommand.
use ;
static VERBOSE: AtomicBool = new;
/// Enable or disable verbose request/response logging to stderr.
/// Whether verbose logging is currently enabled.