Files
puppet-octavia/releasenotes/notes/amphora-log-offloading-opts-4aac954e374e75ff.yaml
Takashi Kajinami 02965a6077 Allow (more) customization of amphora log offloading
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
2022-07-11 16:15:28 +09:00

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``