Change the debug verbosity environment variable

This commit is contained in:
Robbert van der Helm
2020-03-07 22:50:59 +01:00
parent ee75dcc7e6
commit 80ed96acd7
+1 -1
View File
@@ -25,7 +25,7 @@ constexpr char logging_file_environment_variable[] = "YABRIDGE_DEBUG_FILE";
* @see Logger::Verbosity
*/
constexpr char logging_verbosity_environment_variable[] =
"YABRIDGE_DEBUG_VERBOSITY";
"YABRIDGE_DEBUG_LEVEL";
std::optional<std::string> opcode_to_string(int opcode, bool dispatch);