dblog.schema.yml

Same filename in other branches
  1. 9 core/modules/dblog/config/schema/dblog.schema.yml
  2. 8.9.x core/modules/dblog/config/schema/dblog.schema.yml
  3. 11.x core/modules/dblog/config/schema/dblog.schema.yml
core/modules/dblog/config/schema/dblog.schema.yml

File

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: config_object
  4. label: 'Database logging settings'
  5. mapping:
  6. row_limit:
  7. type: integer
  8. label: 'Database log messages to keep'
  9. constraints:
  10. Range:
  11. min: 0
  12. constraints:
  13. FullyValidatable: ~

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.