But I want to log output of the commands, using same methods supported by Laravel for an example appendOutputTo for a specific command in a specific file. with regular scheduler I used to log details like this.
->appendOutputTo(storage_path() . "/logs/dashboard.log")
But seems the method is no supported in this packages.
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
Hi so far it seems to be a great package
But I want to log output of the commands, using same methods supported by Laravel for an example appendOutputTo for a specific command in a specific file. with regular scheduler I used to log details like this.
->appendOutputTo(storage_path() . "/logs/dashboard.log")
But seems the method is no supported in this packages.Is there any way I can still achieve this?
Thanks