mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Change the debug verbosity environment variable
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user