In #2638140: Error logging should log a backtrace consistently we made _drupal_log_error use a 'backtrace_string' argument if passed in. In order to display this we had to move it to '@backtrace_string'. In Drupal 9 we should just change the error methods to create a '@backtrace_string' property instead.

Comments

alexpott created an issue. See original summary.

alexpott’s picture

Status: Active » Closed (cannot reproduce)

The original fix did this - we decided that it was not a BC break.

Version: 9.x-dev » 9.0.x-dev

The 9.0.x branch will open for development soon, and the placeholder 9.x branch should no longer be used. Only issues that require a new major version should be filed against 9.0.x (for example, removing deprecated code or updating dependency major versions). New developments and disruptive changes that are allowed in a minor version should be filed against 8.9.x, and significant new features will be moved to 9.1.x at committer discretion. For more information see the Allowed changes during the Drupal 8 and 9 release cycles and the Drupal 9.0.0 release plan.