Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@mgail.com>2020-09-26 15:56:57 +0300
committergabime <gmelman1@mgail.com>2020-09-26 15:56:57 +0300
commit47253ba2a1901e1054eb571a0e1bafeccc599387 (patch)
tree5fdcec048628a78af048ce3778070820558b86ae /include/spdlog/cfg/env.h
parent69b54dd9e41095134a477c1cbb3c78f60605e8cd (diff)
Updated comment
Diffstat (limited to 'include/spdlog/cfg/env.h')
-rw-r--r--include/spdlog/cfg/env.h2
1 files changed, 1 insertions, 1 deletions
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: