Merge pull request #5888 from jangsutsr/5628_remove_log_aggregator_port_required_mark

Remove log aggregator port required mark
This commit is contained in:
Aaron Tan
2017-03-24 12:11:42 -04:00
committed by GitHub

View File

@@ -242,9 +242,11 @@ register(
field_class=fields.IntegerField,
allow_null=True,
label=_('Logging Aggregator Port'),
help_text=_('Port on Logging Aggregator to send logs to (if required).'),
help_text=_('Port on Logging Aggregator to send logs to (if required and not'
' provided in Logging Aggregator).'),
category=_('Logging'),
category_slug='logging',
required=False
)
register(
'LOG_AGGREGATOR_TYPE',