spatie / laravel-short-schedule

Schedule artisan commands to run at a sub-minute frequency
https://freek.dev/1683-a-package-to-schedule-artisan-commands-at-sub-minute-frequencies
MIT License
611 stars 52 forks source link

appendOutputTo Not working #87

Closed mrudulshah closed 7 months ago

mrudulshah commented 11 months ago

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

spatie-bot commented 7 months ago

Dear contributor,

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.