dblog.schema.yml

drupal/core/modules/dblog/config/schema/dblog.schema.yml

File

drupal/core/modules/dblog/config/schema/dblog.schema.yml
View source
  1. # Schema for the configuration files of the dblog module.
  2. dblog.settings:
  3. type: mapping
  4. label: 'Database logging settings'
  5. mapping:
  6. row_limit:
  7. type: integer
  8. label: 'Database log messages to keep'