Skip to content

Commit

Permalink
Merge pull request #24049 from vbotbuildovich/backport-pr-24033-v24.2…
Browse files Browse the repository at this point in the history
….x-121

[v24.2.x] app/log: bump log line's level to info
  • Loading branch information
piyushredpanda authored Nov 8, 2024
2 parents 3decd76 + 090831a commit 74404e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/redpanda/application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2535,7 +2535,7 @@ void application::wire_up_and_start(::stop_signal& app_signal, bool test_mode) {
model::node_id node_id;
if (config::node().node_id().has_value() && ever_ran_controller) {
vlog(
_log.debug,
_log.info,
"Running with already-established node ID {}",
config::node().node_id());
node_id = config::node().node_id().value();
Expand Down

0 comments on commit 74404e7

Please sign in to comment.