Webador / SlmQueue

Laminas / Mezzio module that integrates with various queue management systems.
Other
138 stars 57 forks source link

Remove remnants of log job strategy #244

Closed trylika closed 2 years ago

trylika commented 2 years ago

LogJobStrategy was removed when releasing v3.0.0, but was left in configuration and documentation. Just a PR to clean up

roelvanduijnhoven commented 2 years ago

Thanks @trylika. The contents of the PR looks good!

I do feel we could use a similar strategy instead that writes those message to a PSR-3 log interface. But that is for another PR I guess ;).

Thanks for contributing!

roelvanduijnhoven commented 2 years ago

And 3.0.1 is now live! Thanks @trylika!

trylika commented 2 years ago

@roelvanduijnhoven in our project we are using similar strategy to original LogJob to output logs and it helps to flood up logs and trace if/how workers are working :) so that could be useful

roelvanduijnhoven commented 2 years ago

@trylika Agreed! Feel free to contribute such a strategy, I'll happily merge!