docs: fix SPDLOG_LEVEL env example (#3561)

Co-authored-by: Omer Bulut <omer.bulut@asisguard.com.tr>
This commit is contained in:
Ömer BULUT
2026-03-15 00:18:51 +03:00
committed by GitHub
parent 0f7562a0f9
commit 1fbc60a5e7

View File

@@ -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: