robersonfaria / laravel-database-schedule

Manage your Laravel Task Scheduling in a friendly interface and save schedules to the database.
GNU General Public License v3.0
320 stars 53 forks source link

Setting verbosity not possible? #48

Closed LMCom closed 1 year ago

LMCom commented 2 years ago

Hi, this might be a really stupid question, but I cannot seem to find a way to specify the verbosity. There is neither a dropdown nor a generic input where I could specify additional parameters like "-vv". Good logging is pretty important for my use case.

LMCom commented 2 years ago

There is a custom command for executing anything on the shell. It's a workaround, though, and looks a bit ugly.

robersonfaria commented 2 years ago

Hi @LMCom , it's really something I've never needed, but I believe it's something totally possible to implement, I'll put it on the project roadmap, if you want to contribute a pull request I'll be grateful.

Thanks.

thyseus commented 1 year ago

Its a year later, but i think i have a very simple workaround (or even solution?):

https://github.com/robersonfaria/laravel-database-schedule/pull/57

robersonfaria commented 1 year ago

@thyseus Very nice, really quite simple solution. I saw that the tests broke but it doesn't seem to be a problem with the change. It seems to be something with the version of PHP used in the test, I'll take a closer look at this later.

Thanks a lot for the PR.