We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10adfb commit d5c2d3cCopy full SHA for d5c2d3c
include/mscclpp/env.hpp
@@ -32,7 +32,7 @@ class Env {
32
/// Env name: `MSCCLPP_DEBUG_FILE`. A file path to write debug logs to. Unset by default.
33
const std::string debugFile;
34
35
- /// Env name: `MSCCLPP_LOG_LEVEL`. One of DEBUG, INFO, VERSION, WARN, or ERROR, in the order of severity
+ /// Env name: `MSCCLPP_LOG_LEVEL`. One of DEBUG, INFO, WARN, or ERROR, in the order of severity
36
/// (lower to higher level). A lower level is a superset of a higher level. Default is ERROR.
37
const std::string logLevel;
38
0 commit comments