Description of the need
The database log report at admin/reports/dblog limits the log message length to 56 characters before truncation. This is inadequate for my use case and window size, and requires much clicking of links to see log details.
It was possible in Drupal 7 to alter the log display by overriding the dblog_message theme function, however that capability was removed in https://github.com/backdrop/backdrop/pull/629.
Proposed solution
Provide a numeric setting for log message line length on the admin/config/development/logging page.
Draft of feature description for Press Release (1 paragraph at most)
Backdrop now includes a setting to limit dblog message length before truncation.
Recent comments
Hello @NumerousHats, I agree with your assessment. I am looking into this situation right now. The root of this problem is that Backdrop CMS is implemented on top of a "stack" of...
Update Core and Theme via Web interface
I just installed a Backdrop CMS site with version 1.27.0. I then used the user interface to download and update Backdrop CMS to 1.30.0. After starting the update process, and on the...
1.30.0 update.php generates incorrect link
I believe my permissions are set up correctly, as I can install modules from the UI. But for whatever reason, I can't update them. I will, however, double check against that documentation.
Update Core and Theme via Web interface