Merge "Increase maximum payload size for Monasca Log API"

This commit is contained in:
Zuul 2018-10-09 19:31:47 +00:00 committed by Gerrit Code Review
commit ff51332763
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ debug = {{ monasca_logging_debug }}
[service]
region = {{ openstack_region_name }}
# Increase the maximum payload size to slightly above the default Fluentd chunk size (8MB)
max_log_size = 10485760
[kafka_healthcheck]
kafka_topics = {{ monasca_raw_logs_topic }}