Hello,
My idea is:
Mautic uses a number of cron jobs as part of its core functionality.
For each cron job I usually pipe the output to its own log file. You can also append a date and time stamp in the log as well but the cron command line is starting to get very long and messy.
A more elegant solution would be for the output of the console command to actually include title of the command and a time and date stamp of the console command followed by the result. This would make debugging much easier for everyone and keep the cron job command line much shorter.
May be it could be an optional parameter on the console command weather to output a time date stamp so it could be enabled or disabled by choice
Time date stamps in logs are very important for debugging. It show if and when it runs. Does it run to quickly or too slowly or does it conflict with another cron job due to an overlap. I had a cron that ran too often. It would have been quickly identified with a time date stamp in the logs by default.
Thanks.