From 47253ba2a1901e1054eb571a0e1bafeccc599387 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 26 Sep 2020 15:56:57 +0300 Subject: [PATCH] Updated comment --- 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 8105af19..68d84ab9 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: