- πΊπΈUnited States mlncn Minneapolis, MN, USA
Going to say it is related that we do not even fully document how to translate log messages: #3059567: DbLog doens't explain how to correctly translate log messages β
Using dblog leaves records in locales_source with location = 'admin/reports/dblog' that remain there even when the log is cleared. This results in a constantly growing database table.
Since logs are stored in native language (usually English) but translated with the UI (See Drupal\dblog\Controller\Dblog::formatMessage and Drupal\dblog\Plugin\views\field::render) we could add an option in dblog settings to show the untranslated version. This would provent to add log messages to locales_source table.
Using watchdog leaves records in locales_source with location = 'admin/reports/dblog' that remain there even when the log is cleared. This results in a constantly growing database table.
Postponed
11.0 π₯
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Going to say it is related that we do not even fully document how to translate log messages: #3059567: DbLog doens't explain how to correctly translate log messages β