-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.5.4
In function cli_set_process_title_suffix in lib/clilib.php the command name ist set to "php ...".
This is quite confusing if you have several php versions installed. The output of "ps -eF" shows a mix of e. g. /usr/bin/php8.3 and just php. It took me a while to find out that this is not an issue of the wrong php executable being called.
Suggested behavior: Show the actual command name, e. g. php8.3 or /usr/bin/php8.3 (and just php only if invoked as "php").
- has been marked as being related by
-
MDL-68714 When running cron or adhoc tasks cli's update the process name to see status on the fly
-
- Closed
-