Commit 15e62dc2 authored by Gyanendra Mishra's avatar Gyanendra Mishra

global_log_level -> global_client_log_level

parent cd7fd401
......@@ -132,7 +132,7 @@ def default_module_input():
"wait_for_finalization": False,
"wait_for_verifications": False,
"verifications_epoch_limit": 5,
"global_log_level": "info"
"global_client_log_level": "info"
}
......
......@@ -31,10 +31,10 @@ message ModuleInput {
optional uint64 verifications_epoch_limit = 6;
// The log level that the started clients should log at
optional GlobalLogLevel global_log_level = 7;
optional GlobalClientLogLevel global_client_log_level = 7;
}
enum GlobalLogLevel {
enum GlobalClientLogLevel {
info = 0;
error = 1;
warn = 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment