Skip to content

Commit

Permalink
Merge pull request #7475 from vbotbuildovich/backport-fixes-to-v22.3.…
Browse files Browse the repository at this point in the history
…x-360

[v22.3.x] redpanda: Recommend rpk config set
  • Loading branch information
BenPope committed Nov 23, 2022
2 parents 2418d88 + f9c7db2 commit 1b4dcbe
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 @@ -553,7 +553,7 @@ void application::hydrate_config(const po::variables_map& cfg) {
config_printer("redpanda", config::shard_local_cfg());

vlog(_log.info, "Node configuration properties:");
vlog(_log.info, "(use `rpk config set <cfg> <value>` to change)");
vlog(_log.info, "(use `rpk redpanda config set <cfg> <value>` to change)");
config_printer("redpanda", config::node());

if (config["pandaproxy"]) {
Expand Down

0 comments on commit 1b4dcbe

Please sign in to comment.