Skip to content

Commit d5c2d3c

Browse files
committed
update docs
1 parent d10adfb commit d5c2d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mscclpp/env.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Env {
3232
/// Env name: `MSCCLPP_DEBUG_FILE`. A file path to write debug logs to. Unset by default.
3333
const std::string debugFile;
3434

35-
/// Env name: `MSCCLPP_LOG_LEVEL`. One of DEBUG, INFO, VERSION, WARN, or ERROR, in the order of severity
35+
/// Env name: `MSCCLPP_LOG_LEVEL`. One of DEBUG, INFO, WARN, or ERROR, in the order of severity
3636
/// (lower to higher level). A lower level is a superset of a higher level. Default is ERROR.
3737
const std::string logLevel;
3838

0 commit comments

Comments
 (0)