From 1fbc60a5e79f65751c260d0b73567c4516ccf44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20BULUT?= <41139691+omerrbbulut@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:18:51 +0300 Subject: [PATCH] docs: fix SPDLOG_LEVEL env example (#3561) Co-authored-by: Omer Bulut --- include/spdlog/cfg/env.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/cfg/env.h b/include/spdlog/cfg/env.h index cb153e05..a73e6beb 100644 --- a/include/spdlog/cfg/env.h +++ b/include/spdlog/cfg/env.h @@ -17,7 +17,7 @@ // export SPDLOG_LEVEL=debug // // turn off all logging except for logger1: -// export SPDLOG_LEVEL="*=off,logger1=debug" +// export SPDLOG_LEVEL="off,logger1=debug" // // turn off all logging except for logger1 and logger2: