The issue is we're mixing tabs and spaces which affects readability
when the code is read on github during a review (like recently with
the PR #46296).
Signed-off-by: Radosław Zarzyński <rzarzyns@redhat.com>
seastar::log_level::debug
);
}
- if (config.count("trace")) {
- seastar::global_logger_registry().set_all_loggers_level(
+ if (config.count("trace")) {
+ seastar::global_logger_registry().set_all_loggers_level(
seastar::log_level::trace
);
- }
+ }
sharded_conf().start(init_params.name, cluster_name).get();
auto stop_conf = seastar::defer([] {
sharded_conf().stop().get();