[SERVER-67793] `log_progress_msg` in init.d does not print message Created: 05/Jul/22 Updated: 29/Oct/23 Resolved: 28/Sep/22 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Shell |
| Affects Version/s: | 5.0.9 |
| Fix Version/s: | 4.4.18, 5.0.14, 6.0.3, 6.2.0-rc0 |
| Type: | Bug | Priority: | Minor - P4 |
| Reporter: | XD Yang | Assignee: | Ryan Egesdahl (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Bug | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
|
||
| Issue Links: |
|
||||
| Backwards Compatibility: | Fully Compatible | ||||
| Operating System: | ALL | ||||
| Backport Requested: |
v6.0, v5.0, v4.4
|
||||
| Steps To Reproduce: |
|
||||
| Participants: | |||||
| Description |
|
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 (Ubuntu 20.04.4 LTS in WSL), the function log_progress_msg () { : }}} does nothing. To show the message, {{log_success_msg and log_failure_msg could be good alternatives. |
| Comments |
| Comment by Githook User [ 03/Oct/22 ] |
|
Author: {'name': 'xudyang1', 'email': '61672396+xudyang1@users.noreply.github.com', 'username': 'xudyang1'}Message: `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> |
| Comment by Githook User [ 03/Oct/22 ] |
|
Author: {'name': 'xudyang1', 'email': '61672396+xudyang1@users.noreply.github.com', 'username': 'xudyang1'}Message: `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> |
| Comment by Githook User [ 03/Oct/22 ] |
|
Author: {'name': 'xudyang1', 'email': '61672396+xudyang1@users.noreply.github.com', 'username': 'xudyang1'}Message: `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> |
| Comment by Githook User [ 23/Sep/22 ] |
|
Author: {'name': 'xudyang1', 'email': '61672396+xudyang1@users.noreply.github.com', 'username': 'xudyang1'}Message: `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> |
| Comment by Ryan Egesdahl (Inactive) [ 22/Sep/22 ] |