There is a all call to \Drupal::logger('recurly')->notice('subscribe', []); in the recurlyjs_recurly_url_info() hook
This causes a flood of watchdog records when viewing a subscription select page with many subscription plans on it.

I'm guessing this was put there when debugging and never removed.

this small patch just removes it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

loze created an issue. See original summary.

loze’s picture

  • eojthebrave committed 104c1a73 on 4.x authored by loze
    Issue #3176749 by loze: Remove debugging call to logger in...
eojthebrave’s picture

Version: 8.x-1.x-dev » 4.x-dev
Status: Needs review » Fixed

Thanks @loze. I committed this to the 4.x-dev branch and it'll be in the next release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.