logger username/pass not required

This commit is contained in:
Chris Meyers 2017-02-03 10:19:54 -05:00
parent 1ab62a48ed
commit a2903199ae

View File

@ -263,6 +263,7 @@ register(
help_text=_('Username for external log aggregator (if required).'),
category=_('Logging'),
category_slug='logging',
required=False,
)
register(
'LOG_AGGREGATOR_PASSWORD',
@ -273,6 +274,7 @@ register(
help_text=_('Password or authentication token for external log aggregator (if required).'),
category=_('Logging'),
category_slug='logging',
required=False,
)
register(
'LOG_AGGREGATOR_LOGGERS',