laravel-database-schedule icon indicating copy to clipboard operation
laravel-database-schedule copied to clipboard

Setting verbosity not possible?

Open LMCom opened this issue 3 years ago • 2 comments

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 avatar Jan 14 '22 10:01 LMCom

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

LMCom avatar Jan 14 '22 11:01 LMCom

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.

robersonfaria avatar Jan 14 '22 22:01 robersonfaria

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

thyseus avatar Jan 11 '23 11:01 thyseus

@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.

robersonfaria avatar Jan 12 '23 01:01 robersonfaria