Configuration Options

oslo.reports uses oslo.config to define and manage configuration options to allow the deployer to control where the GMR reports should be generated.

oslo_reports

log_dir
Type

string

Default

<None>

Path to a log directory where to create a file

file_event_handler
Type

string

Default

<None>

The path to a file to watch for changes to trigger the reports, instead of signals. Setting this option disables the signal trigger for the reports. If application is running as a WSGI application it is recommended to use this instead of signals.

file_event_handler_interval
Type

integer

Default

1

How many seconds to wait between polls when file_event_handler is set