dblog.schema.yml 225 B

123456789
  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'