Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / syslog / config / schema / syslog.schema.yml
1 # Schema for the configuration files of the syslog module.
2
3 syslog.settings:
4   type: config_object
5   label: 'Syslog settings'
6   mapping:
7     identity:
8       type: string
9       label: 'Identity'
10     facility:
11       type: integer
12       label: 'Facility'
13     format:
14       type: string
15       label: 'Format'