10 lines
225 B
YAML
10 lines
225 B
YAML
|
# Schema for the configuration files of the dblog module.
|
||
|
|
||
|
dblog.settings:
|
||
|
type: config_object
|
||
|
label: 'Database logging settings'
|
||
|
mapping:
|
||
|
row_limit:
|
||
|
type: integer
|
||
|
label: 'Database log messages to keep'
|