bb0aac560d
API Tracing is valuable when diagnosing problems or unexpected behaviors with the ONTAP Cinder drivers. However, turning it on may spam logs and make it rather harder to trace through specific API calls. Added an API trace pattern filter in order to filter out undesired API calls from the DEBUG log. Change-Id: Ic0563848205a941cf8e779eee42e24ecdaf847dd
7 lines
288 B
YAML
7 lines
288 B
YAML
---
|
|
features:
|
|
- The NetApp ONTAP driver supports a new configuration option
|
|
``netapp_api_trace_pattern`` to enable filtering backend API
|
|
interactions to log. This option must be specified in the backend
|
|
section when desired and it accepts a valid python regular expression.
|