xref: /openbmc/phosphor-logging/meson.options (revision 76fe0d1fd40349c1b84d11c311ed8909f45ff193)
196765ba0SGeorge Liuoption('libonly', type: 'boolean', description: 'Build library only')
296765ba0SGeorge Liuoption('tests', type: 'feature', description: 'Build tests')
396765ba0SGeorge Liuoption(
496765ba0SGeorge Liu    'openpower-pel-extension',
596765ba0SGeorge Liu    type: 'feature',
696765ba0SGeorge Liu    description: 'Create PELs',
75383d760SPatrick Williams    value: 'disabled',
896765ba0SGeorge Liu)
996765ba0SGeorge Liu
1096765ba0SGeorge Liuoption('yamldir', type: 'string', description: 'Path to YAML')
1196765ba0SGeorge Liuoption(
1296765ba0SGeorge Liu    'callout_yaml',
1396765ba0SGeorge Liu    type: 'string',
1496765ba0SGeorge Liu    value: 'callouts/callouts-example.yaml',
1596765ba0SGeorge Liu    description: 'Path to Callout YAML',
1696765ba0SGeorge Liu)
1796765ba0SGeorge Liu
1896765ba0SGeorge Liuoption(
1996765ba0SGeorge Liu    'error_cap',
2096765ba0SGeorge Liu    type: 'integer',
2196765ba0SGeorge Liu    value: 200,
2296765ba0SGeorge Liu    description: 'Max number of error enttries allowed for commit',
2396765ba0SGeorge Liu)
2496765ba0SGeorge Liuoption(
2596765ba0SGeorge Liu    'error_info_cap',
2696765ba0SGeorge Liu    type: 'integer',
2796765ba0SGeorge Liu    value: 10,
2896765ba0SGeorge Liu    description: 'Cap on informational (and below) severity errors',
2996765ba0SGeorge Liu)
3096765ba0SGeorge Liu
3196765ba0SGeorge Liuoption(
3296765ba0SGeorge Liu    'phal',
3396765ba0SGeorge Liu    type: 'feature',
3496765ba0SGeorge Liu    value: 'disabled',
3596765ba0SGeorge Liu    description: 'Enable support for PHAL',
3696765ba0SGeorge Liu)
3796765ba0SGeorge Liu
3896765ba0SGeorge Liuoption(
3996765ba0SGeorge Liu    'rsyslog_server_conf',
4096765ba0SGeorge Liu    type: 'string',
4196765ba0SGeorge Liu    value: '/etc/rsyslog.d/server.conf',
4296765ba0SGeorge Liu    description: 'Path to rsyslog server conf file',
4396765ba0SGeorge Liu)
446eb96bf7SPatrick Williams
456eb96bf7SPatrick Williamsoption(
466eb96bf7SPatrick Williams    'lg2_commit_strategy',
476eb96bf7SPatrick Williams    type: 'combo',
486eb96bf7SPatrick Williams    choices: ['dbus', 'journal', 'both'],
495383d760SPatrick Williams    value: 'both',
506eb96bf7SPatrick Williams)
51*76fe0d1fSPatrick Williams
52*76fe0d1fSPatrick Williamsoption(
53*76fe0d1fSPatrick Williams    'event-filter',
54*76fe0d1fSPatrick Williams    type: 'string',
55*76fe0d1fSPatrick Williams    description: 'Path to the event filter JSON file.',
56*76fe0d1fSPatrick Williams)
57