We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug even if the if you have this:
public array $extensions = [ //LoggerExtension::class, //StatsCollectorExtension::class, ];
you will get a lot of logging and stats
Reproduction create a spider and clear the $extensions array and execute the spider and you will see a lot of 'info' and stats in the log.
Expected behavior no logging and no stat.
Package versions (please complete the following information): roach-php/laravel 3.1.0 Laravel adapter for roach-php/core
The text was updated successfully, but these errors were encountered:
ksassnowski
No branches or pull requests
Describe the bug
even if the if you have this:
you will get a lot of logging and stats
Reproduction
create a spider and clear the $extensions array and execute the spider and you will see a lot of 'info' and stats in the log.
Expected behavior
no logging and no stat.
Package versions (please complete the following information):
roach-php/laravel 3.1.0 Laravel adapter for roach-php/core
roach-php/core v3.2.0 A complete web scraping toolkit for PHP
The text was updated successfully, but these errors were encountered: