From 80ed96acd71df85100bc32f9ad8850456099d7e5 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 7 Mar 2020 22:50:59 +0100 Subject: [PATCH] Change the debug verbosity environment variable --- src/common/logging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/logging.cpp b/src/common/logging.cpp index ec93a769..10ac9179 100644 --- a/src/common/logging.cpp +++ b/src/common/logging.cpp @@ -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 opcode_to_string(int opcode, bool dispatch);