Files
mongo/debian
xudyang1 cad54eb5eb SERVER-67793 Change log_progress_msg to show output in Ubuntu
`log_progress_msg` does not print any message in Ubuntu-20.04.4 LTS in WSL. In file `/lib/lsb/init-functions.d/50-ubuntu-logging`, the function `log_progress_msg () { : }` does nothing. To show the output, `log_success_msg` and `log_failure_msg` could be good alternatives.

Closes https://github.com/mongodb/mongo/pull/1474

Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
2022-09-23 07:07:39 +00:00
..