Skip to content

Commit 1fbc60a

Browse files
omerrbbulutOmer Bulut
andauthored
docs: fix SPDLOG_LEVEL env example (gabime#3561)
Co-authored-by: Omer Bulut <omer.bulut@asisguard.com.tr>
1 parent 0f7562a commit 1fbc60a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/spdlog/cfg/env.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// export SPDLOG_LEVEL=debug
1818
//
1919
// turn off all logging except for logger1:
20-
// export SPDLOG_LEVEL="*=off,logger1=debug"
20+
// export SPDLOG_LEVEL="off,logger1=debug"
2121
//
2222

2323
// turn off all logging except for logger1 and logger2:

0 commit comments

Comments
 (0)