Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ feature_options = [
'redfish-dbus-log',
'redfish-dump-log',
'redfish-host-logger',
'redfish-trace-logger',
'redfish-new-powersubsystem-thermalsubsystem',
'redfish-oem-manager-fan-data',
'redfish-provisioning-feature',
Expand Down
8 changes: 8 additions & 0 deletions meson.options
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@ option(
description: '''Enable provisioning feature support in redfish. Paths are
under /redfish/v1/Systems/system/''',
)
option(
'redfish-trace-logger',
type: 'feature',
value: 'enabled',
description: '''Enable trace log service transactions based on
phosphor-tracelogger through Redfish. Paths are under
/redfish/v1/Systems/system/LogServices/TraceLogs''',
)

# BMCWEB_REDFISH_MANAGER_URI_NAME
option(
Expand Down
Loading