WIP/MINOR: startup: add a "Configuration loaded." message

Add a "Configuration loaded." message will should be emitted when
everything is ready.
This commit is contained in:
William Lallemand 2024-01-31 22:00:55 +01:00
parent 90dc291063
commit f40defae7f
1 changed files with 1 additions and 0 deletions

View File

@ -3966,6 +3966,7 @@ int main(int argc, char **argv)
/* when multithreading we need to let only the thread 0 handle the signals */
haproxy_unblock_signals();
ha_notice("Configuration loaded.\n");
/* Finally, start the poll loop for the first thread */
run_thread_poll_loop(&ha_thread_info[0]);