Currently the following error occurs on every page request. This is due to passing too many array keys into t() in SlackLogger.php::prepareMessage

User deprecated function: Invalid placeholder (link) in string: TEST ERROR STRING Triggered on page @request_link. in Drupal\Component\Render\FormattableMarkup::placeholderFormat() (line 244 of /var/www/html/docroot/core/lib/Drupal/Component/Render/FormattableMarkup.php).

patch incoming.

Comments

Dan.Ashdown created an issue. See original summary.

dan.ashdown’s picture

Assigned: dan.ashdown » Unassigned
Status: Active » Needs review
StatusFileSize
new828 bytes

Patch attached, this now only passing in the needed args preventing the info complaints.