cinder/releasenotes/notes/netapp-log-filter-f3256f55c3ac3faa.yaml
Rodrigo Barbieri bb0aac560d [NetApp ONTAP] Add filtering to API trace logging
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
2018-06-29 10:06:37 -03:00

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.