tools: set requested log level
also move a couple logs from INFO to DEBUG
This commit is contained in:
@@ -458,7 +458,7 @@ uint64_t BootstrapFile::count_blocks(const std::string& import_file_path)
|
||||
bytes_read += chunk_size;
|
||||
|
||||
// std::cout << refresh_string;
|
||||
MINFO("Number bytes scanned: " << bytes_read);
|
||||
MDEBUG("Number bytes scanned: " << bytes_read);
|
||||
}
|
||||
|
||||
import_file.close();
|
||||
|
||||
Reference in New Issue
Block a user