Skip to content
New issue

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

Even if there is no extension, one get a lot of logging #253

Open
rabol opened this issue Jun 12, 2024 · 0 comments
Open

Even if there is no extension, one get a lot of logging #253

rabol opened this issue Jun 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rabol
Copy link

rabol commented Jun 12, 2024

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

  • core: [e.g. 1.0.0]
    roach-php/core v3.2.0 A complete web scraping toolkit for PHP
@rabol rabol added the bug Something isn't working label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants