MINOR: startup: keep updating verbosity modes only in haproxy.c
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Fri, 22 Nov 2024 22:11:05 +0000 (23:11 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 25 Nov 2024 14:20:24 +0000 (15:20 +0100)
commit56894db00056199c903b1ec3336909be9bc5625f
treea80dc307b4f0e19a931a77055e95ce7d5ab034b9
parent7974089ac6f7f7548972e4e5fb2b6693773c882a
MINOR: startup: keep updating verbosity modes only in haproxy.c

This commit prepares the move of mworker_run_master() in mworker.c.

Let's remove from it's definition the code, which adjusts verbosity in
dependency of other global run time modes (daemon or foreground). This part
should stay in main(), where all verbosity modes are handeled for
different mode combinations.
src/haproxy.c