While as a developer it is helpful to display all errors from the start, many users may not want to see all errors and the Backdrop UI allows this to be configured at admin/config/development/logging. Therefore, it is probably best to comment out display all errors in the settings.local.php file by default, but still keep the reference in the file so users can uncomment the line as desired. PR to follow.
While as a developer it is helpful to display all errors from the start, many users may not want to see all errors and the Backdrop UI allows this to be configured at
admin/config/development/logging
. Therefore, it is probably best to comment out display all errors in thesettings.local.php
file by default, but still keep the reference in the file so users can uncomment the line as desired. PR to follow.