This change extends coverage of [amphora_agent] options so that users can customize these parameters. Especially the log_protocol parameter is required to use TCP protocol instead of UDP protocol for log transferring, for more robust logging. Change-Id: I697fdbef762c69bb1494eae1cfa8252a2bd2c9b3
12 lines
294 B
YAML
12 lines
294 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``octavia::controller`` class now supports the following parameters,
|
|
to customize behavior of the log offloading feature.
|
|
|
|
- ``log_protocol``
|
|
- ``log_retry_count``
|
|
- ``log_retry_interval``
|
|
- ``log_queue_size``
|
|
- ``logging_template_override``
|