Incorrect logger name in admin_toolbar_links_access_filter module

Created on 13 May 2024, about 1 month ago
Updated 10 June 2024, 16 days ago

Problem/Motivation

In the admin_toolbar_links_access_filter.module file of the admin_toolbar module, there's an issue with the logger name used in exception logging.
Location: Line 126
Current code: \Drupal::logger('my_module')->error($e->getMessage());

Steps to reproduce

Proposed resolution

\Drupal::logger('admin_toolbar')->error($e->getMessage());

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

3.4

Component

Code

Created by

πŸ‡―πŸ‡΄Jordan Ammar Qala

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024