mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 06:05:53 +00:00
batchlog_manager: Rename logger
* More useful/referrable on command line (--log*) * Matches class name (though not origin)
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
#include "db/config.hh"
|
||||
#include "gms/failure_detector.hh"
|
||||
|
||||
static logging::logger logger("BatchLog Manager");
|
||||
static logging::logger logger("batchlog_manager");
|
||||
|
||||
const uint32_t db::batchlog_manager::replay_interval;
|
||||
const uint32_t db::batchlog_manager::page_size;
|
||||
|
||||
Reference in New Issue
Block a user