I noticed that the module argument when using the Logger API is incorrect.

Currently:
\Drupal::logger('plupload_gallery')->notice('get key <pre>' . print_r($key,1));

Should be:
\Drupal::logger('viewsreference')->notice('get key <pre>' . print_r($key,1));

I think this was leftover from another module :)

CommentFileSizeAuthor
#2 update_logger_module-2830690-2.patch1.09 KBjoekers
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joekers created an issue. See original summary.

joekers’s picture

Status: Active » Needs review
FileSize
1.09 KB

We may not need it at all anymore..

NewZeal’s picture

Thanks for pointing that out. I've removed them for the next release.

NewZeal’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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